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