MVCxClientPageControl Events
A client-side counterpart of the PageControl extension.
Name | Description |
---|---|
Active |
Fires on the client side after the active tab has been changed within a tab control.
Inherited from ASPx |
Active |
Fires on the client side before the active tab is changed within a tab control.
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 a client tab control.
Inherited from ASPx |
End |
Occurs on the client side after a callback’s server-side processing has been completed.
Inherited from ASPx |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Tab |
Fires when a tab is clicked.
Inherited from ASPx |
See Also