Back to Devexpress

TabControlEventHandler Delegate

aspnet-devexpress-dot-web-14fbe006.md

latest1.3 KB
Original Source

TabControlEventHandler Delegate

A method that will handle the events concerning manipulations with tabs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

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

| | e | TabControlEventArgs |

A TabControlEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace