DockZoneEventHandler Delegate
A method that will handle the ASPxDockZone.AfterDock event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | Object | A ASPxDockManager object that raised the event. |
e | DockZoneEventArgs | A DockZoneEventArgs object that contains event data. |
See Also