DockZoneCancelEventHandler Delegate
A method that will handle the ASPxDockZone.BeforeDock event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public delegate void DockZoneCancelEventHandler(
object source,
DockZoneCancelEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | A ASPxDockZone object that raised the event. |
e | DockZoneCancelEventArgs | A DockZoneCancelEventArgs object that contains event data. |
See Also