RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / TextDragStart Event

In This Topic
    TextDragStart Event
    In This Topic
    Fires when text dragging starts. Allows canceling the drag.
    Syntax
    'Declaration
     
    Public Event TextDragStart As EventHandler(Of CancelEventArgs)
    public event EventHandler<CancelEventArgs> TextDragStart
    Event Data

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

    PropertyDescription
     
    See Also