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

DockZoneClientSideEvents Properties

Contains a list of the client-side events available for the ASPxDockZone control.
Name Description
AfterDock Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockZone.AfterDock event.
BeforeDock Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockZone.BeforeDock event.
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
See Also