Back to Devexpress

BootstrapPageControlCommandEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-498716a8.md

latest1.5 KB
Original Source

BootstrapPageControlCommandEventHandler Delegate

A method that will handle the BootstrapPageControl.TabCommand event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | BootstrapPageControlCommandEventArgs |

A BootstrapPageControlCommandEventArgs object that contains event data.

|

See Also

Tab Control

DevExpress.Web.Bootstrap Namespace