DragEventHandler
Wisej.Web.DragEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the DragDrop, DragEnter, or DragOver event of a Control.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A DragEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Fired when a drag-and-drop operation is completed. | |
Fired when an object is dragged into the control's bounds. | |
Fired when an object is dragged over the control's bounds. | |
Fired when an object is dragged into the control's bounds. | |
Fired when a drag-and-drop operation is completed. | |
Fired when an object is dragged over the control's bounds. |
Last updated