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

ASPxDockPanel.AfterDock Event

Fires on the server side after a panel is docked in a zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public event EventHandler AfterDock

Event Data

The AfterDock event's data class is EventArgs.

Remarks

Write an AfterDock event handler to perform specific actions on the server side after each time the panel is docked.

Note

The AfterDock event only fires when you dock a panel by dragging it. If you dock a panel programmatically (e.g. by setting the ASPxDockPanel.OwnerZoneUID property) it does not result in firing the event.

To learn more see the Common Docking Events topic.

See Also