ASPxClientDockZoneProcessingModeEventHandler<Sender> Interface
A method that will handle the ASPxClientDockZone.AfterDock event.
#Declaration
interface ASPxClientDockZoneProcessingModeEventHandler<Sender> { (source: Sender, e: ASPxClientDockZoneProcessingModeEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. This parameter identifies the zone object which raised the event. |
e | ASPx |
An ASPx |