ClassCalendarNavigatingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class CalendarNavigatingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCalendarNavigatingEventArgs
Inherited Members
Constructors
CalendarNavigatingEventArgs(DateTime, CalendarNavigationDirection, bool)
Declaration
cs-api-definition
public CalendarNavigatingEventArgs(DateTime startDate, CalendarNavigationDirection direction, bool isFastNavigation)
Parameters
startDate
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.