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 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. |