The following tables list the members exposed by DataTreeDragMoveEventArgs.
Name | Description | |
---|---|---|
![]() | DataTreeDragMoveEventArgs Constructor |
Name | Description | |
---|---|---|
![]() | destNode | Get the destination node. (Inherited from Infragistics.Web.UI.DataTreeDragDropEventArgs) |
![]() | dragDropEffect | Get the drop effect that will be applied. (Inherited from Infragistics.Web.UI.DataTreeDragDropEventArgs) |
![]() | dragDropPoint | (Inherited from Infragistics.Web.UI.DataTreeDragDropEventArgs) |
![]() | isAltKey | Get whether Alt key is pressed during drag operation. |
![]() | isCtrlKey | Get whether Ctrl key is pressed during drag operation. |
![]() | isShiftKey | Get whether Shift key is pressed during drag operation. |
![]() | sourceNodes | Get the nodes that are being dragged. (Inherited from Infragistics.Web.UI.DataTreeDragDropEventArgs) |
![]() | sourceTreeId | Get the id of the source tree for this drag operation. (Inherited from Infragistics.Web.UI.DataTreeDragDropEventArgs) |
![]() | x | Get the x mouse coordinate. |
![]() | y | Get the y mouse coordinate. |