ASPxClientDockManager Events
A client-side equivalent of the ASPxDockManager object.
Name | Description |
---|---|
After |
Fires on the client side after a panel is docked in a zone. |
After |
Fires on the client side after a panel is undocked from a zone. |
Before |
Fires on the client side before a panel is docked in a zone and allows you to cancel the action. |
Before |
Fires on the client side before a panel is made floating (undocked from a zone) and allows you to cancel the action. |
End |
Occurs after a panel dragging operation is complete. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Panel |
Occurs on the client side when a panel is closed. |
Panel |
Occurs on the client side before a panel is closed, and allows you to cancel the action. |
Panel |
Occurs on the client side when a panel pops up. |
Panel |
Occurs on the client side after a panel has been resized. |
Panel |
Occurs on the client side after a panel has been invoked. |
Start |
Occurs when a panel dragging operation is started. |
See Also