Back to Devexpress

PopupWindowEventHandler Delegate

aspnet-devexpress-dot-web-25e418f7.md

latest1.4 KB
Original Source

PopupWindowEventHandler Delegate

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void PopupWindowEventHandler(
    object source,
    PopupWindowEventArgs e
);
vb
Public Delegate Sub PopupWindowEventHandler(
    source As Object,
    e As PopupWindowEventArgs
)

Parameters

NameTypeDescription
sourceObject

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

Introduction to Delegates

DevExpress.Web Namespace