Class DragStartedEventArgs
Event args for the drag events in RadBook.
Inheritance
System.Object
DragStartedEventArgs
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 Drag
Declaration
public DragStartedEventArgs(FoldPosition draggedCorner, Point mousePosition)
Parameters
Fold The dragged corner. |
System. The mouse position. |
Properties
DraggedCorner
Gets or sets the dragged corner.
Declaration
public FoldPosition DraggedCorner { get; set; }
Property Value
Fold The dragged corner. |
MousePoint
Gets or sets the mouse point.
Declaration
public Point MousePoint { get; set; }
Property Value
System. The mouse point. |