ClassCalendarNavigatedEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class CalendarNavigatedEventArgs : EventArgs
Inheritance: objectEventArgsCalendarNavigatedEventArgs
Inherited Members
Constructors
CalendarNavigatedEventArgs(CalendarNavigationDirection, bool)
Declaration
cs-api-definition
public CalendarNavigatedEventArgs(CalendarNavigationDirection direction, bool isFastNavigation)
Parameters
direction
isFastNavigation
Properties
Direction
Gets the direction of the navigation.
Declaration
cs-api-definition
public CalendarNavigationDirection Direction { get; }
Property Value
IsFastNavigation
Indicates whether the fast navigation buttons were used.