Class ResourceIndexChangingEventArgs
Inheritance
System.Object
ResourceIndexChangingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class ResourceIndexChangingEventArgs : CancelEventArgs
Constructors
ResourceIndexChangingEventArgs(Int32)
Declaration
public ResourceIndexChangingEventArgs(int newStartIndex)
Parameters
System.Int32
newStartIndex
|
Properties
NewStartIndex
Declaration
public int NewStartIndex { get; set; }
Property Value
System.Int32
|