Class
CalendarNavigatedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CalendarNavigatedEventArgs : EventArgs

Inheritance: objectEventArgsCalendarNavigatedEventArgs

Inherited Members EventArgs.Empty

Constructors

CalendarNavigatedEventArgs(CalendarNavigationDirection, bool)

Declaration

cs-api-definition
public CalendarNavigatedEventArgs(CalendarNavigationDirection direction, bool isFastNavigation)

Parameters

direction

CalendarNavigationDirection

isFastNavigation

bool

Properties

Direction

Gets the direction of the navigation.

Declaration

cs-api-definition
public CalendarNavigationDirection Direction { get; }

Property Value

CalendarNavigationDirection

IsFastNavigation

Indicates whether the fast navigation buttons were used.

Declaration

cs-api-definition
public bool IsFastNavigation { get; }

Property Value

bool