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

Provides data for the selection drag event in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Selection

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class SelectionDragEventArgs : EventArgs

Inheritance: objectEventArgsSelectionDragEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public SelectionDragEventArgs(DocumentPosition dropPosition)
Parameters:dropPositionDocumentPosition

Properties

Gets the position of the drop location during a drag-and-drop operation.

C#
public DocumentPosition DropPosition { get; }