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

In This Topic
    TextDragMove Event (C1RichTextBox)
    In This Topic
    Fires when the mouse moves while dragging text.
    Syntax
    'Declaration
     
    
    Public Event TextDragMove As EventHandler(Of TextDragMoveEventArgs)
    public event 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