Back to Devexpress

PopupWindowCallbackEventHandler Delegate

aspnet-devexpress-dot-web-b7c2a181.md

latest1.2 KB
Original Source

PopupWindowCallbackEventHandler Delegate

A method that will handle the ASPxPopupControlBase.WindowCallback event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

An object representing the event’s source.

| | e | PopupWindowCallbackArgs |

An PopupWindowCallbackArgs object that contains event data.

|

See Also

DevExpress.Web Namespace