Skip to main content
Tab

PopupWindowEventArgs(PopupWindow) Constructor

Initializes a new instance of the PopupWindowEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PopupWindowEventArgs(
    PopupWindow window
)

Parameters

Name Type Description
window PopupWindow

A PopupWindow object representing the popup window related to the generated event.

Remarks

Instances of the PopupWindowEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also