Version

DataTreeDragMoveEventArgs class Members

The following tables list the members exposed by DataTreeDragMoveEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertydestNodeGet the destination node. (Inherited from Infragistics.Web.UI.DataTreeDragDropEventArgs)
Public PropertydragDropEffectGet the drop effect that will be applied. (Inherited from Infragistics.Web.UI.DataTreeDragDropEventArgs)
Public PropertydragDropPoint (Inherited from Infragistics.Web.UI.DataTreeDragDropEventArgs)
Public PropertyisAltKeyGet whether Alt key is pressed during drag operation.  
Public PropertyisCtrlKeyGet whether Ctrl key is pressed during drag operation.  
Public PropertyisShiftKeyGet whether Shift key is pressed during drag operation.  
Public PropertysourceNodesGet the nodes that are being dragged. (Inherited from Infragistics.Web.UI.DataTreeDragDropEventArgs)
Public PropertysourceTreeIdGet the id of the source tree for this drag operation. (Inherited from Infragistics.Web.UI.DataTreeDragDropEventArgs)
Public PropertyxGet the x mouse coordinate.  
Public PropertyyGet the y mouse coordinate.  
See Also