Class TabInteractionEventArgs
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
The information about a requested activity when OnPreviewInteraction occurs.
public class TabInteractionEventArgs
- Inheritance
-
TabInteractionEventArgs
- Inherited Members
- Extension Methods
Constructors
TabInteractionEventArgs()
public TabInteractionEventArgs()
Properties
Cancel
Prevents the tab from being activated.
public bool Cancel { get; set; }
Property Value
Remarks
Defaults to false
. When true
, the attempt to activate the tab is prevented.
InteractionType
The type of interaction which occurred.
public TabInteractionType InteractionType { get; set; }
Property Value
PanelIndex
The index of the panel being activated.
public int PanelIndex { get; set; }