Back to Devexpress

ASPxDockZone.AfterDock Event

aspnet-devexpress-dot-web-dot-aspxdockzone-a77318fa.md

latest2.3 KB
Original Source

ASPxDockZone.AfterDock Event

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event DockZoneEventHandler AfterDock
vb
Public Event AfterDock As DockZoneEventHandler

Event Data

The AfterDock event's data class is DockZoneEventArgs. The following properties provide information specific to this event:

PropertyDescription
PanelGets 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 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

ASPxDockZone.BeforeDock

js-ASPxClientDockZone.BeforeDock

AfterDock

Common Docking Events

Docking

Online Demo: Docking - Server-Side Functionality

ASPxDockZone Class

ASPxDockZone Members

DevExpress.Web Namespace