Version

SelectionDragging Event

Raised when a drag of an EditorDocumentView's Selection is beginning.
Syntax
'Declaration
 
Public Event SelectionDragging As EventHandler(Of SelectionDraggingEventArgs)
public event EventHandler<SelectionDraggingEventArgs> SelectionDragging
Event Data

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

PropertyDescription
Cancel Returns/sets whether the action that triggered the event should be canceled.
DataObject Returns the Infragistics.Controls.Editors.Primitives.SyntaxEditorDataObject that contains the data which is being dragged.
DocumentView Returns the EditorDocumentView whose selection is being dragged.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also