Class
SchedulerViewNavigatingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerViewNavigatingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSchedulerViewNavigatingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

SchedulerViewNavigatingEventArgs(bool, bool)

Declaration

cs-api-definition
public SchedulerViewNavigatingEventArgs(bool isForward, bool cancel)

Parameters

isForward

bool

cancel

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