Class SchedulerViewNavigatingEventArgs
Inheritance
System.Object
SchedulerViewNavigatingEventArgs
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerViewNavigatingEventArgs : CancelEventArgs
Constructors
Declaration
public SchedulerViewNavigatingEventArgs(bool isForward, bool cancel)
Parameters
System.Boolean
isForward
|
System.Boolean
cancel
|
Properties
Declaration
public bool IsNavigatingBackward { get; }
Property Value
Declaration
public bool IsNavigatingForward { get; }
Property Value
Extension Methods