/// <summary> /// Stop the event (preventDefault and stopPropagation) ... /// </summary> public static object stopEvent(Event The){return null;}
/// <summary> /// Cancels bubbling of the event. ... /// </summary> public static object stopPropagation(Event The){return null;}
/// <summary> /// An empty function by default, but provided so that you can perform a custom action after an invalid /// drop has occurred. ... /// </summary> public bool beforeInvalidDrop(Ext.dd.DragDrop target, Event e, JsString id){return false;}
/// <summary> /// Called while the DropZone determines that a Ext.dd.DragSource is over a drop node /// that has either been registered or ... /// </summary> public JsString onNodeOver(object nodeData, DragSource source, Event e, object data){return null;}
/// <summary> /// Returns a custom data object that is registered for the DOM node that is the target of the event ... /// </summary> public static object getTargetFromEvent(Event e){return null;}
/// <summary> /// An empty function by default, but provided so that you can perform a custom action /// after an invalid drop has occurred... /// </summary> public object afterInvalidDrop(Event e, JsString id){return null;}
/// <summary> /// Abstract method called when this element is hovering over another /// DragDrop obj ... /// </summary> public object onDragOver(Event e, object id){return null;}
/// <summary> /// The function a Ext.dd.DragSource calls continuously while it is being dragged over the target. ... /// </summary> public JsString notifyOver(DragSource source, Event e, object data){return null;}
/// <summary> /// Abstract method called during the onMouseMove event while dragging an /// object. ... /// </summary> public object onDrag(Event e){return null;}
/// <summary> /// Abstract method called when this item is dropped on another DragDrop /// obj ... /// </summary> public object onDragDrop(Event e, object id){return null;}
/// <summary> /// Called when the DropZone determines that a Ext.dd.DragSource has been dropped onto /// the drop node. ... /// </summary> public bool onNodeDrop(object nodeData, DragSource source, Event e, object data){return false;}
/// <summary> /// Called while the DropZone determines that a Ext.dd.DragSource is being dragged over it, /// but not over any of its regis... /// </summary> public JsString onContainerOver(DragSource source, Event e, object data){return null;}
/// <summary> /// Called when the DropZone determines that a Ext.dd.DragSource has been dropped on it, /// but not on any of its registered... /// </summary> public bool onContainerDrop(DragSource source, Event e, object data){return false;}
/// <summary> /// The function a Ext.dd.DragSource calls once to notify this drop target that the dragged item has /// been dropped on it. ... /// </summary> public bool notifyDrop(DragSource source, Event e, object data){return false;}
/// <summary> /// Abstract method called when this item is dropped on an area with no /// drop target ... /// </summary> public object onInvalidDrop(Event e){return null;}
/// <summary> /// The function a Ext.dd.DragSource calls once to notify this drop target that the source has been dragged /// out of the ta... /// </summary> public object notifyOut(DragSource source, Event e, object data){return null;}
/// <summary> /// Called when a drag/drop obj gets a mousedown ... /// </summary> public object onMouseDown(Event e){return null;}
/// <summary> /// Returns the handle that is registered for the DOM node that is the target of the event ... /// </summary> public static object getHandleFromEvent(Event e){return null;}
/// <summary> /// Called when a drag/drop obj gets a mouseup ... /// </summary> public object onMouseUp(Event e){return null;}
/// <summary> /// An empty function by default, but provided so that you can perform a custom action /// while the dragged item is over the... /// </summary> public object afterDragOver(Ext.dd.DragDrop target, Event e, JsString id){return null;}
/// <summary> /// Called when we are done dragging the object ... /// </summary> public object endDrag(Event e){return null;}
/// <summary> /// An empty function by default, but provided so that you can perform a custom action /// while the dragged item is over the... /// </summary> public bool beforeDragOver(Ext.dd.DragDrop target, Event e, JsString id){return false;}
/// <summary> /// Prevents the browsers default handling of the event. ... /// </summary> public static object preventDefault(Event The){return null;}
/// <summary> /// An empty function by default, but provided so that you can perform a custom action before the initial /// drag event begi... /// </summary> public bool onBeforeDrag(object data, Event e){return false;}
/// <summary> /// Called when the DropZone determines that a Ext.dd.DragSource has been dragged out of /// the drop node without dropping. ... /// </summary> public object onNodeOut(object nodeData, DragSource source, Event e, object data){return null;}