'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.
Property | Description |
---|---|
Position | Gets or sets the position where a placeholder will be shown. If set to null no placeholder is shown. |
See Also