MVCxClientDockManager Events
A client-side counterpart of the DockManager extension.
Name | Description |
---|---|
After |
Fires on the client side after a panel is docked in a zone.
Inherited from ASPx |
After |
Fires on the client side after a panel is undocked from a zone.
Inherited from ASPx |
Before |
Fires on the client side before a panel is docked in a zone and allows you to cancel the action.
Inherited from ASPx |
Before |
Fires on the client side before a panel is made floating (undocked from a zone) and allows you to cancel the action.
Inherited from ASPx |
End |
Occurs after a panel dragging operation is complete.
Inherited from ASPx |
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.
Inherited from ASPx |
Panel |
Occurs on the client side before a panel is closed, and allows you to cancel the action.
Inherited from ASPx |
Panel |
Occurs on the client side when a panel pops up.
Inherited from ASPx |
Panel |
Occurs on the client side after a panel has been resized.
Inherited from ASPx |
Panel |
Occurs on the client side after a panel has been invoked.
Inherited from ASPx |
Start |
Occurs when a panel dragging operation is started.
Inherited from ASPx |
See Also