Version

BeforeSelectedDateRangeChangeEventArgs Class Members

The following tables list the members exposed by BeforeSelectedDateRangeChangeEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeSelectedDateRangeChangeEventArgs ConstructorInitializes a new BeforeSelectedDateRangeChangeEventArgs with the specified new SelectedDateRanges collection.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyDisplayMaxSelectedDaysErrorMsgDetermines if the MaxSelectedDaysError dialog is displayed to the user.  
Public PropertyNewSelectedDateRangesReturns a SelectedDateRanges object containing the date ranges that will be selected if the event is not cancelled. The property is read-only.  
Public PropertyWasMaxSelectedDaysExceededIndicates if the max selected items would have been exceeded by the selection change.  
See Also