Version

DragDropEvents class Members

The following tables list the members exposed by DragDropEvents.

Public Constructors
 NameDescription
Public ConstructorDragDropEvents Constructor  
Public Methods
 NameDescription
Public MethodaddDragCancelHandlerAttaches an event listener to the DragCancel event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodaddDragEndHandlerAttaches an event listener to the DragEnd event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodaddDragEnterHandlerAttaches an event listener to the DragEnter event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodaddDragLeaveHandlerAttaches an event listener to the DragLeave event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodaddDragMoveHandlerAttaches an event listener to the DragMove event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodaddDragStartHandlerAttaches an event listener to the DragStart event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodaddDropHandlerAttaches an event listener to the Drop event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodclearHandlersRemoves event listeners.  
Public MethodremoveDragCancelHandlerRemoves the event listener to the DragCancel event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodremoveDragEndHandlerRemoves the event listener to the DragEnd event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodremoveDragEnterHandlerRemoves the event listener to the DragEnter event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodremoveDragLeaveHandlerRemoves the event listener to the DragLeave event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodremoveDragMoveHandlerRemoves the event listener to the DragMove event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodremoveDragStartHandlerRemoves the event listener to the DragStart event of a Infragistics.Web.UI.DragDropBehavior.  
Public MethodremoveDropHandlerRemoves the event listener to the Drop event of a Infragistics.Web.UI.DragDropBehavior.  
See Also