Class
TabStripStateEventArgs

Provides data for the TabStrip state events. This type is used when the TabStrip initializes its state (for example, in an OnStateInit event) and when the state changes (for example, in an OnStateChanged event), allowing you to inspect and customize the current TabStripState.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TabStripStateEventArgs

Inheritance: objectTabStripStateEventArgs

Constructors

TabStripStateEventArgs()

Declaration

cs-api-definition
public TabStripStateEventArgs()

Properties

TabStripState

The state of the TabStrip. Any changes you make to this state instance inside the event handler are used by the TabStrip when it updates its internal state after the event has finished executing.

Declaration

cs-api-definition
public TabStripState TabStripState { get; set; }

Property Value

TabStripState