General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
ASPxClientDockManager Events
A client-side equivalent of the ASPxDockManager 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. |
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. |
EndPanelDragging |
Occurs after a panel dragging operation is complete. |
Init |
Occurs on the client side after the control has been initialized. (Inherited from ASPxClientControlBase)
|
PanelCloseUp |
Occurs on the client side when a panel is closed. |
PanelClosing |
Occurs on the client side before a panel is closed, and allows you to cancel the action. |
PanelPopUp |
Occurs on the client side when a panel pops up. |
PanelResize |
Occurs on the client side after a panel has been resized. |
PanelShown |
Occurs on the client side after a panel has been invoked. |
StartPanelDragging |
Occurs when a panel dragging operation is started. |