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

BootstrapPopupControl.PopupWindowCommand Event

Fires when a control contained within a templated window raises the Command event.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public event PopupControlCommandEventHandler PopupWindowCommand

Event Data

The PopupWindowCommand event's data class is PopupControlCommandEventArgs. The following properties provide information specific to this event:

Property Description
CommandArgument Gets the argument for the command. Inherited from CommandEventArgs.
CommandName Gets the name of the command. Inherited from CommandEventArgs.
CommandSource Gets an object representing the control which forced a postback.
Window Gets a popup window object related to the event.
See Also