New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class CalendarNavigatedEventArgs : EventArgs

Inheritance: objectEventArgsCalendarNavigatedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public CalendarNavigatedEventArgs(CalendarNavigationDirection direction, bool isFastNavigation)
Parameters:directionCalendarNavigationDirectionisFastNavigationbool

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; }