Fires when text dragging starts. Allows canceling the drag.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event EventHandler<CancelEventArgs> TextDragStart
Visual Basic
Public Event TextDragStart As EventHandler(Of CancelEventArgs)
XAML Attribute Usage
<object TextDragStart="EventHandler<CancelEventArgs>" .../>

See Also