Class
SchedulerViewNavigatedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerViewNavigatedEventArgs : EventArgs

Inheritance: objectEventArgsSchedulerViewNavigatedEventArgs

Inherited Members EventArgs.Empty

Constructors

SchedulerViewNavigatedEventArgs(bool)

Declaration

cs-api-definition
public SchedulerViewNavigatedEventArgs(bool isForward)

Parameters

isForward

bool

Properties

IsNavigatingBackward

Declaration

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

Property Value

bool

IsNavigatingForward

Declaration

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

Property Value

bool