BootstrapPageControlCancelEventHandler Delegate
A method that will handle the BootstrapPageControl.ActiveTabChanging event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public delegate void BootstrapPageControlCancelEventHandler(
object source,
BootstrapPageControlCancelEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. |
e | BootstrapPageControlCancelEventArgs | A BootstrapPageControlCancelEventArgs object that contains event data. |
See Also