Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CalendarNavigatedEventArgs : EventArgs
Inheritance: objectEventArgsCalendarNavigatedEventArgs
Inherited Members
Constructors
C#
public CalendarNavigatedEventArgs(CalendarNavigationDirection direction, bool isFastNavigation)
Properties
Gets the direction of the navigation.
C#
public CalendarNavigationDirection Direction { get; }
Indicates whether the fast navigation buttons were used.
C#
public bool IsFastNavigation { get; }