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

BootstrapPageControl.TabCommand Event

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public event BootstrapPageControlCommandEventHandler TabCommand

Event Data

The TabCommand event's data class is BootstrapPageControlCommandEventArgs. 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. Inherited from TabControlCommandEventArgs.
Tab Gets a tab object related to the event.
See Also