Table of Contents

Class TabInteractionEventArgs

Namespace
MudBlazor
Assembly
MudBlazor.dll
public class TabInteractionEventArgs
Inheritance
TabInteractionEventArgs
Inherited Members
Extension Methods

Constructors

TabInteractionEventArgs()

public TabInteractionEventArgs()

Properties

Cancel

public bool Cancel { get; set; }

Property Value

bool

InteractionType

public TabInteractionType InteractionType { get; set; }

Property Value

TabInteractionType

PanelIndex

public int PanelIndex { get; set; }

Property Value

int