New to Telerik UI for BlazorStart a free 30-day trial

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:

C#
public class TabStripStateEventArgs

Inheritance: objectTabStripStateEventArgs

Constructors

C#
public TabStripStateEventArgs()

Properties

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.

C#
public TabStripState TabStripState { get; set; }