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

In This Topic
    TextDragStart Event (C1RichTextBox)
    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
    Gets or sets a value indicating whether the event should be canceled.  
    See Also