ComponentOne RichTextBox for UWP
TextDragMove Event

C1.Xaml.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