DockManagerClientSideEvents Properties
Contains a list of the client-side events available for the ASPxDockManager component.| Name | Description |
|---|---|
| AfterDock | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.AfterDock event. |
| AfterFloat | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.AfterFloat event. |
| BeforeDock | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.BeforeDock event. |
| BeforeFloat | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.BeforeFloat event. |
| EndPanelDragging | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.EndPanelDragging 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. |
| PanelCloseUp | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.PanelCloseUp event. |
| PanelClosing | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.PanelClosing event. |
| PanelPopUp | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.PanelPopUp event. |
| PanelResize | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.PanelResize event. |
| PanelShown | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.PanelShown event. |
| StartPanelDragging | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDockManager.StartPanelDragging event. |
See Also