ComponentOne RichTextBox for WPF and Silverlight
TextDragMove Event (C1RichTextBox)

C1.WPF.RichTextBox Namespace > C1RichTextBox Class : TextDragMove Event
Fires when the mouse moves while dragging text.
Syntax
'Declaration
 
Public Event TextDragMove As System.EventHandler(Of TextDragMoveEventArgs)
public event System.EventHandler<TextDragMoveEventArgs> TextDragMove
Event Data

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.

PropertyDescription
Gets or sets the position where a placeholder will be shown. If set to null no placeholder is shown.  
See Also