ASPxDockZone.AfterDock Event
Fires on the server side after a panel is docked in a zone.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event DockZoneEventHandler AfterDock
#Event Data
The AfterDock event's data class is DockZoneEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Panel | Gets the panel currently being processed. |
#Remarks
Write an AfterDock event handler to perform specific actions on the server side after each time the panel is docked. You can use the event parameter’s property to identify a panel (DockManagerEventArgs.Panel) currently being processed.
Note
The After
To learn more see the Common Docking Events topic.