Version

DateNavigationButtonClickedEventArgs Class Members

The following tables list the members exposed by DateNavigationButtonClickedEventArgs.

Public Constructors
 NameDescription
Public ConstructorDateNavigationButtonClickedEventArgs ConstructorCreates a new instance of the DateNavigationButtonClickedEventArgs class.  
Public Properties
 NameDescription
Public PropertyButtonActionReturns or sets a value which determines the navigational action that will be taken when execution returns from the event.  
Public PropertyDateTimeIntervalReturns the DateTimeInterval instance associated with the column header whose date navigation button was clicked.  
Public PropertyDateTimeRangeReturns a DateTimeRange instance which describes the date/time range spanned by the column header whose date navigation button was clicked.  
Public PropertyNavigationDirectionReturns a value which determines the direction of navigation, i.e., whether the user is navigating forward or backward.  
See Also