Class DragStartedEventArgs
Event args for the drag events in RadBook.
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.Windows.Controls.Book
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class DragStartedEventArgs : EventArgs
Constructors
DragStartedEventArgs(FoldPosition, Point)
Initializes a new instance of the DragStartedEventArgs class.
Declaration
public DragStartedEventArgs(FoldPosition draggedCorner, Point mousePosition)
Parameters
FoldPosition
draggedCorner
The dragged corner. |
System.Windows.Point
mousePosition
The mouse position. |
Properties
DraggedCorner
Gets or sets the dragged corner.
Declaration
public FoldPosition DraggedCorner { get; set; }
Property Value
FoldPosition
The dragged corner. |
MousePoint
Gets or sets the mouse point.
Declaration
public Point MousePoint { get; set; }
Property Value
System.Windows.Point
The mouse point. |