BootstrapTabControlEventHandler Delegate
A method that will handle the BootstrapTabControl.ActiveTabChanged event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
public delegate void BootstrapTabControlEventHandler(
object source,
BootstrapTabControlEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. |
e | BootstrapTabControlEventArgs | A BootstrapTabControlEventArgs object that contains event data. |
See Also