Skip to main content
A newer version of this page is available. .
Tab

DockZoneCancelEventHandler Delegate

A method that will handle the ASPxDockZone.BeforeDock event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.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