Version

DragDropCancelableMoveEventArgs class Members

The following tables list the members exposed by DragDropCancelableMoveEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertycancelChecks whether the event should be canceled. True: event is canceled.  
Public PropertyelementAtMouseReturns a references to the html element under mouse or null. Reference to element under mouse or null. (Inherited from Infragistics.Web.UI.DragDropEventArgs)
Public PropertymanagerReturns a references to the DragDropManager object. Reference to DragDropManager. (Inherited from Infragistics.Web.UI.DragDropEventArgs)
Public PropertyxReturns the current x coordinate of the mouse in relation to the window. The current x coordinate. (Inherited from Infragistics.Web.UI.DragDropMoveEventArgs)
Public PropertyyReturns the current y coordinate of the mouse in relation to the window. The current y coordinate. (Inherited from Infragistics.Web.UI.DragDropMoveEventArgs)
See Also