Back to Devexpress

TabControlEventArgs Class

aspnet-devexpress-dot-web-cc6432ec.md

latest2.0 KB
Original Source

TabControlEventArgs Class

Provides data for events which concern manipulations on tabs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TabControlEventArgs :
    EventArgs
vb
Public Class TabControlEventArgs
    Inherits EventArgs

TabControlEventArgs is the data class for the following events:

Remarks

Objects of the TabControlEventArgs type are used as arguments for the ASPxTabControlBase.ActiveTabChanged event generated on the server side.

TabControlEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

Object EventArgs TabControlEventArgs TabControlCancelEventArgs

BootstrapPageControlCancelEventArgs

BootstrapPageControlEventArgs

BootstrapTabControlCancelEventArgs

BootstrapTabControlEventArgs

See Also

TabControlEventArgs Members

DevExpress.Web Namespace