Back to Devexpress

BootstrapPageControlEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-051a63b9.md

latest1.5 KB
Original Source

BootstrapPageControlEventHandler Delegate

A method that will handle the BootstrapPageControl.ActiveTabChanged event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | BootstrapPageControlEventArgs |

A BootstrapPageControlEventArgs object that contains event data.

|

See Also

Tab Control

DevExpress.Web.Bootstrap Namespace