MVCxClientDockPanel Events
A client-side counterpart of the DockPanel 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 |
After |
Occurs on the client side after the control redrawn a resized window.
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 |
Before |
Occurs on the client side before the control redraws a resized window.
Inherited from ASPx |
Begin |
Occurs when a callback for server-side processing is initiated. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the control.
Inherited from ASPx |
Close |
Occurs on the client side when a control’s window closes or hides.
Inherited from ASPx |
Closing |
Enables you to cancel window closing on the client side.
Inherited from ASPx |
End |
Occurs on the client side after a callback’s server-side processing has been completed.
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 |
Pinned |
Occurs on the client side when the window pin state is changed.
Inherited from ASPx |
Pop |
Occurs on the client side when a control’s window is invoked.
Inherited from ASPx |
Resize |
Occurs on the client side after a window has been resized.
Inherited from ASPx |
Shown |
Occurs on the client side after a control’s window has been invoked.
Inherited from ASPx |
Start |
Occurs when a panel dragging operation is started.
Inherited from ASPx |
See Also