Skip to main content
Tab

PopupWindowCallbackArgs(PopupWindow, String) Constructor

Initializes a new instance of the PopupWindowCallbackArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PopupWindowCallbackArgs(
    PopupWindow window,
    string parameter
)

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