Version

SelectionDraggingEventArgs Class Members

The following tables list the members exposed by SelectionDraggingEventArgs.

Public Constructors
 NameDescription
Public ConstructorSelectionDraggingEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyCancelReturns/sets whether the action that triggered the event should be canceled.  
Public PropertyDataObjectReturns the Infragistics.Controls.Editors.Primitives.SyntaxEditorDataObject that contains the data which is being dragged.  
Public PropertyDocumentViewReturns the EditorDocumentView whose selection is being dragged.  
See Also