Class BackEventArgs<T>
The class that holds back event arguments.
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
Specifies that event has triggered by user interaction.
Declaration
public bool IsInteracted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Level
It denotes the level of the nested list items.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts an integer value. |