Skip to main content
Tab

PopupWindowEventHandler Delegate

In This Article

A method that will handle events that relate to popup window manipulations.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public delegate void PopupWindowEventHandler(
    object source,
    PopupWindowEventArgs e
);

#Parameters

Name Type Description
source Object

A Object representing the event source. Identifies the ASPxPopupControl control that raised the event.

e PopupWindowEventArgs

A PopupWindowEventArgs object that contains event data.

See Also