ComponentOne RichTextBox for UWP
TextDragStart Event

C1.Xaml.RichTextBox Namespace > C1RichTextBox Class : TextDragStart Event
Fires when text dragging starts. Allows canceling the drag.
Syntax
'Declaration
 
Public Event TextDragStart As System.EventHandler(Of CancelEventArgs)
public event System.EventHandler<CancelEventArgs> TextDragStart
Event Data

The event handler receives an argument of type System.ComponentModel.CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also