Back to Devexpress

TabControlCancelEventHandler Delegate

aspnet-devexpress-dot-web-9dfa8cde.md

latest1.4 KB
Original Source

TabControlCancelEventHandler Delegate

A method that will handle a tab control’s cancelable events concerning manipulations with a tab.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

A Object representing the event’s source. Identifies the tab control object that raised the event.

| | e | TabControlCancelEventArgs |

A TabControlCancelEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace