ASPxClientDockPanel Events
A client-side equivalent of the ASPxDockPanel object.| Name | Description |
|---|---|
| AfterDock | Fires on the client side after a panel is docked in a zone. |
| AfterFloat | Fires on the client side after a panel is undocked from a zone. |
| AfterResizing | Occurs on the client side after the control redrawn a resized window. Inherited from ASPxClientPopupControlBase. |
| BeforeDock | Fires on the client side before a panel is docked in a zone and allows you to cancel the action. |
| BeforeFloat | Fires on the client side before a panel is made floating (undocked from a zone) and allows you to cancel the action. |
| BeforeResizing | Occurs on the client side before the control redraws a resized window. Inherited from ASPxClientPopupControlBase. |
| BeginCallback | Occurs when a callback for server-side processing is initiated. Inherited from ASPxClientPopupControlBase. |
| CallbackError | Fires on the client if any server error occurs during server-side processing of a callback sent by the control. Inherited from ASPxClientPopupControlBase. |
| CloseUp | Occurs on the client side when a control’s window closes or hides. Inherited from ASPxClientPopupControlBase. |
| Closing | Enables you to cancel window closing on the client side. Inherited from ASPxClientPopupControlBase. |
| EndCallback | Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientPopupControlBase. |
| EndDragging | Occurs after a panel dragging operation is complete. |
| Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
| PinnedChanged | Occurs on the client side when the window pin state is changed. Inherited from ASPxClientPopupControlBase. |
| PopUp | Occurs on the client side when a control’s window is invoked. Inherited from ASPxClientPopupControlBase. |
| Resize | Occurs on the client side after a window has been resized. Inherited from ASPxClientPopupControlBase. |
| Shown | Occurs on the client side after a control’s window has been invoked. Inherited from ASPxClientPopupControlBase. |
| StartDragging | Occurs when a panel dragging operation is started. |
See Also