ASPxClientPopupControlBase Events
Serves as a base class for the ASPxClientDockPanel and ASPxClientPopupControl classes.Name | Description |
---|---|
AfterResizing | Occurs on the client side after the control redrawn a resized window. |
BeforeResizing | Occurs on the client side before the control redraws a resized window. |
BeginCallback | Occurs when a callback for server-side processing is initiated. |
CallbackError | Fires on the client if any server error occurs during server-side processing of a callback sent by the control. |
CloseUp | Occurs on the client side when a control’s window closes or hides. |
Closing | Enables you to cancel window closing on the client side. |
EndCallback | Occurs on the client side after a callback’s server-side processing has been completed. |
Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
PinnedChanged | Occurs on the client side when the window pin state is changed. |
PopUp | Occurs on the client side when a control’s window is invoked. |
Resize | Occurs on the client side after a window has been resized. |
Shown | Occurs on the client side after a control’s window has been invoked. |
See Also