Skip to main content
Tab

PopupWindowEventHandler Delegate

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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