Version

SelectedDateTimeRangeChangingEventArgs Class Members

The following tables list the members exposed by SelectedDateTimeRangeChangingEventArgs.

Public Constructors
 NameDescription
Public ConstructorSelectedDateTimeRangeChangingEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyIsChangingActiveOwnerReturns whether the change in date/time selection was initiated by a change in the ActiveOwner.  
Public PropertyRangeReturns the new selected date/time range, if the event is not canceled. Note that in the case where the selected date range is cleared, this property will return a null reference.  
See Also