C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox Namespace > C1RichTextBox Class : TextDragMove Event |
'Declaration Public Event TextDragMove As System.EventHandler(Of TextDragMoveEventArgs)
public event System.EventHandler<TextDragMoveEventArgs> TextDragMove
The event handler receives an argument of type TextDragMoveEventArgs containing data related to this event. The following TextDragMoveEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Position | Gets or sets the position where a placeholder will be shown. If set to null no placeholder is shown. |