Intersoft.Client.UI.Controls.Interactivity Namespace : ISDragDrop Class |
The following tables list the members exposed by ISDragDrop.
Name | Description | |
---|---|---|
AllowDragProperty | Identifies the AllowDrag dependency property. | |
AllowDropObjectProperty | Identifies the AllowDropObject dependency property. | |
AllowDropProperty | Identifies the AllowDrop dependency property. | |
AllowGridDropProperty | Identifies the AllowGridDrop dependency property. | |
AllowMoveProperty | Identifies the AllowMove dependency property. | |
AllowNextDropProperty | Identifies the AllowNextDrop dependency property. | |
AllowPreviousDropProperty | Identifies the AllowPreviousDrop dependency property. | |
AllowRemoveProperty | Identifies the AllowRemove dependency property. | |
AllowReorderProperty | Identifies the AllowReorder dependency property. | |
DragEndedEvent | Identifies the DragEnded routed event. | |
DragEndEvent | Identifies the DragEnd routed event. | |
DragInitEvent | Identifies the DragInit routed event. | |
DragReturnedEvent | Identifies the DragReturned routed event. | |
DragReturnEvent | Identifies the DragReturn routed event. | |
DragSourceEvent | Identifies the DragSource routed event. | |
DragStartedEvent | Identifies the DragStarted routed event. | |
DragStartEvent | Identifies the DragStart routed event. | |
DropObjectChangedEvent | Identifies the DropObjectChanged routed event. | |
DropObjectCommandProperty | Identifies the DropObjectCommand dependency property. | |
IsDragScopeProperty | Identifies the IsDragScope dependency property. | |
PrepareDropEvent | Identifies the PrepareDrop routed event. | |
PreviewQueryDropStateEvent | Identifies the PreviewQueryDropState routed event. | |
QueryDropStateEvent | Identifies the QueryDropState routed event. | |
ShadowCreatedEvent | Identifies the ShadowCreated routed event. | |
ShadowInitEvent | Identifies the ShadowInit routed event. |
Name | Description | |
---|---|---|
DoDragDrop | Perform drag drop operation on specified drag source object. | |
GetAllowDrag | Gets allow drag value from target element. | |
GetAllowDrop | Gets allow drop value from target element. | |
GetAllowDropObject | Gets allow drop object value from target element. | |
GetAllowGridDrop | Gets allow grid drop value from target element. | |
GetAllowMove | Gets allow move value from target element. | |
GetAllowNextDrop | Gets allow next value from target element. | |
GetAllowPreviousDrop | Gets allow previous value from target element. | |
GetAllowRemove | Gets allow remove value from target element. | |
GetAllowReorder | Gets allow reorder value from target element. | |
GetDropObjectCommand | Gets command that will be raised when dropping object to element. | |
GetIsDragScope | Gets IsDragScope value from target element. | |
SetAllowDrag | Sets allow drag value to target element. | |
SetAllowDrop | Sets allow drop value to target element. | |
SetAllowDropObject | Sets allow drop object value to target element. | |
SetAllowGridDrop | Sets allow grid drop value to target element. | |
SetAllowMove | Sets allow move value to target element. | |
SetAllowNextDrop | Sets allow next value to target element. | |
SetAllowPreviousDrop | Sets allow previous value to target element. | |
SetAllowRemove | Sets allow remove value to target element. | |
SetAllowReorder | Sets allow reorder value to target element. | |
SetDropObjectCommand | Sets command that will be raised when dropping object to target element. | |
SetIsDragScope | Sets IsDragScope value to target element. |