The following tables list the members exposed by SelectionDroppingEventArgs.
Name | Description | |
---|---|---|
![]() | SelectionDroppingEventArgs Constructor | Constructor. |
Name | Description | |
---|---|---|
![]() | 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 dropped. |
![]() | DocumentView | Returns the EditorDocumentView into which data is being dropped. |
![]() | DropPoint | Returns the Infragistics.Documents.SnapshotPoint that identifies the location in the Infragistics.Documents.TextDocument where the data is being inserted. |
![]() | IsDragSourceExternal | Returns true if the source of the drag operation is external, false if the source of the drag operation is the XamSyntaxEditor. |
![]() | IsOperationMove | Returns true if the data is being moved, false if the data is being copied (only has meaning if IsDragSourceExternal is false). |