Back to Devexpress

BootstrapTabControlEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-8a4064b5.md

latest1.5 KB
Original Source

BootstrapTabControlEventHandler Delegate

A method that will handle the BootstrapTabControl.ActiveTabChanged event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public delegate void BootstrapTabControlEventHandler(
    object source,
    BootstrapTabControlEventArgs e
);
vb
Public Delegate Sub BootstrapTabControlEventHandler(
    source As Object,
    e As BootstrapTabControlEventArgs
)

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | BootstrapTabControlEventArgs |

A BootstrapTabControlEventArgs object that contains event data.

|

See Also

Tab Control

DevExpress.Web.Bootstrap Namespace