New to Telerik UI for WPFStart a free 30-day trial

Event args for the drag events in RadBook.

Definition

Namespace:Telerik.Windows.Controls.Book

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class DragStartedEventArgs : EventArgs

Inheritance: objectEventArgsDragStartedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the DragStartedEventArgs class.

C#
public DragStartedEventArgs(FoldPosition draggedCorner, Point mousePosition)
Parameters:draggedCornerFoldPosition

The dragged corner.

mousePositionPoint

The mouse position.

Properties

Gets or sets the dragged corner.

C#
public FoldPosition DraggedCorner { get; set; }
Property Value:

The dragged corner.

Gets or sets the mouse point.

C#
public Point MousePoint { get; set; }
Property Value:

The mouse point.