Class DragStartedEventArgs
Inheritance
System.Object
System.EventArgs
DragStartedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class DragStartedEventArgs : EventArgs
Constructors
DragStartedEventArgs(Double, Double)
Declaration
public DragStartedEventArgs(double horizontalOffset, double verticalOffset)
Parameters
System.Double
horizontalOffset
|
System.Double
verticalOffset
|
Properties
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
System.Double
|
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
System.Double
|