Back to Devexpress

TabControlCommandEventHandler Delegate

aspnet-devexpress-dot-web-2631c8a6.md

latest1.5 KB
Original Source

TabControlCommandEventHandler Delegate

A method that will handle specific command events concerning manipulations with tabs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

A Object representing the event source. Identifies the ASPxTabControl (ASPxPageControl) control that raised the event.

| | e | TabControlCommandEventArgs |

A TabControlCommandEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace