ClassDragStartedEventArgs
Class
Event args for the drag events in RadBook.
Definition
Namespace:Telerik.Windows.Controls.Book
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class DragStartedEventArgs : EventArgs
Inheritance: objectEventArgsDragStartedEventArgs
Inherited Members
Constructors
DragStartedEventArgs(FoldPosition, Point)
Initializes a new instance of the DragStartedEventArgs class.
Declaration
cs-api-definition
public DragStartedEventArgs(FoldPosition draggedCorner, Point mousePosition)
Parameters
draggedCorner
The dragged corner.
mousePosition
Point
The mouse position.
Properties
DraggedCorner
Gets or sets the dragged corner.
Declaration
cs-api-definition
public FoldPosition DraggedCorner { get; set; }
Property Value
The dragged corner.
MousePoint
Gets or sets the mouse point.
Declaration
cs-api-definition
public Point MousePoint { get; set; }
Property Value
Point
The mouse point.