menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BackEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    true, if the event has triggered by user interaction. Otherwise, false.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved