PopupControlClientSideEventsBuilder Members
Contains a list of the client-side events available for a popup control.Methods
| Name | Description |
|---|---|
| AfterResizing(String) | Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPopupControlBase.AfterResizing event. |
| BeforeResizing(String) | Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPopupControlBase.BeforeResizing event. |
| BeginCallback(String) | Sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. |
| CallbackError(String) | Sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. |
| CloseButtonClick(String) | Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPopupControl.CloseButtonClick event. |
| CloseUp(String) | Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPopupControlBase.CloseUp event. |
| Closing(String) | Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPopupControlBase.Closing event. |
| EndCallback(String) | Sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Init(String) | Sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| PinnedChanged(String) | Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPopupControlBase.PinnedChanged event. |
| PopUp(String) | Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPopupControlBase.PopUp event. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Resize(String) | Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPopupControlBase.Resize event. |
| Shown(String) | Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPopupControlBase.Shown event. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also