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
InteractionType
public TabInteractionType InteractionType { get; set; }
Property Value
PanelIndex
public int PanelIndex { get; set; }