Skip to main content
A newer version of this page is available. .
Tab

PopupControlCommandEventHandler Delegate

A method that will handle specific command events concerning manipulations with popup windows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void PopupControlCommandEventHandler(
    object source,
    PopupControlCommandEventArgs e
);

Parameters

Name Type Description
source Object

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

e PopupControlCommandEventArgs

A PopupControlCommandEventArgs object that contains event data.

See Also