Class BackEventArgs<T>
A class that contains event arguments for back action.
Inherited Members
Namespace: Syncfusion.Blazor.Lists
Assembly: Syncfusion.Blazor.dll
Syntax
public class BackEventArgs<T>
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
[JsonPropertyName("isInteracted")]
public bool IsInteracted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Level
Gets or sets the nesting level of the list items.
Declaration
public int Level { get; set; }
Property Value
| Type | Description |
|---|---|
| int | Accepts an integer value. |