Class RemoveEventArgs
Provides information about the removing or removed item in tab.
Inherited Members
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class RemoveEventArgs
Constructors
RemoveEventArgs()
Declaration
public RemoveEventArgs()
Properties
Cancel
Gets or sets whether to remove the tab item or not.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Name
Gets name of the event.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |
RemovedIndex
Gets the removed tab item index.
Declaration
public int RemovedIndex { get; }
Property Value
| Type | Description |
|---|---|
| int | Accepts an integer value. |