Class BeginRotateEventArgs
RadRotator BeginRotate Event Arguments
Inheritance
System.Object
BeginRotateEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class BeginRotateEventArgs : CancelEventArgs
Constructors
BeginRotateEventArgs(Int32, Int32)
Declaration
public BeginRotateEventArgs(int from, int to)
Parameters
System.Int32
from
|
System.Int32
to
|
Properties
From
Declaration
public int From { get; }
Property Value
System.Int32
|
To
Declaration
public int To { get; set; }
Property Value
System.Int32
|