Class BackEventArgs<T>
A class that contains event arguments for back action.
Inheritance
System.Object
BackEventArgs<T>
Namespace: Syncfusion.Blazor.Lists
Assembly: Syncfusion.Blazor.dll
Syntax
public class BackEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T | The generic type parameter. |
Constructors
BackEventArgs()
Declaration
public BackEventArgs()
Properties
IsInteracted
Gets or sets whether the event is triggered by user interaction.
Declaration
public bool IsInteracted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Level
Gets or sets the nesting level of the list items.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts an integer value. |