Class RemoveEventArgs
A class that holds options to control the removing and removed item.
Inheritance
System.Object
RemoveEventArgs
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class RemoveEventArgs : Object
Constructors
RemoveEventArgs()
Declaration
public RemoveEventArgs()
Properties
Cancel
Specifies a value whether to prevent the current action or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Specifies the name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemovedIndex
Returns the removed Tab item index.
Declaration
public int RemovedIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |