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
Constructors
C#
public SelectionDragEventArgs(DocumentPosition dropPosition)
Properties
Gets the position of the drop location during a drag-and-drop operation.
C#
public DocumentPosition DropPosition { get; }