Back to Devexpress

BootstrapPageControlCancelEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-c368e71f.md

latest1.5 KB
Original Source

BootstrapPageControlCancelEventHandler Delegate

A method that will handle the BootstrapPageControl.ActiveTabChanging event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | BootstrapPageControlCancelEventArgs |

A BootstrapPageControlCancelEventArgs object that contains event data.

|

See Also

Tab Control

DevExpress.Web.Bootstrap Namespace