PopupWindowCallbackArgs(PopupWindow, String) Constructor
Initializes a new instance of the PopupWindowCallbackArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
window | PopupWindow | A PopupWindow object representing the popup window related to the event. This value is assigned to the PopupWindowCallbackArgs.Window property. |
parameter | String | A String value representing specific information passed from the client to the server side. This value is assigned to the CallbackEventArgsBase.Parameter property. |
See Also