C1.WPF.RichTextBox Namespace > C1RichTextBox Class : TextDrop Event |
'Declaration
Public Event TextDrop As System.EventHandler(Of TextDropEventArgs)
public event System.EventHandler<TextDropEventArgs> TextDrop
The event handler receives an argument of type TextDropEventArgs containing data related to this event. The following TextDropEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Handled | Gets or sets whether text drop has already be handled. If set to true, C1RichTextBox does nothing on text drop. |
Position | Gets the position where text will be dropped. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2