alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class BackEventArgs<T>

    A class that contains event arguments for back action.

    Inheritance
    object
    BackEventArgs<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    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
    int

    Accepts an integer value.

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