Skip to main content
Tab

DockZoneEventHandler Delegate

A method that will handle the ASPxDockZone.AfterDock event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void DockZoneEventHandler(
    object source,
    DockZoneEventArgs e
);

Parameters

Name Type Description
source Object

A ASPxDockManager object that raised the event.

e DockZoneEventArgs

A DockZoneEventArgs object that contains event data.

See Also