Fires when dragged text is dropped.

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<TextDropEventArgs> TextDrop
Visual Basic
Public Event TextDrop As EventHandler(Of TextDropEventArgs)
XAML Attribute Usage
<object TextDrop="EventHandler<TextDropEventArgs>" .../>

See Also