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

BootstrapPopupControlCommandEventArgs Properties

Provides data for events whose function processes the Command event fired by a child control, within a templated popup window.
Name 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. Inherited from PopupControlCommandEventArgs.
Window This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
See Also