C1.Silverlight.RichTextBox.5
TextDragMove Event

Fires when the mouse moves while dragging text.
Syntax
'Declaration
 
Public Event TextDragMove As System.EventHandler(Of TextDragMoveEventArgs)
public event System.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
PositionGets or sets the position where a placeholder will be shown. If set to null no placeholder is shown.  
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.