Version

DragDropEvents class

An object that allows the developer to attach event listeners associated with a Infragistics.Web.UI.DragDropBehavior. All handlers should have the following signature: handler (behavior, evntArgs)
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.DragDropEvents = function( 
   behavior : DragDropBehavior
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.DragDropEvents();
Inheritance Hierarchy

Object
   Infragistics.Web.UI.DragDropEvents

See Also