alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ChangeEventArgs

    Defines the event arguments for the change event.

    Inheritance
    object
    ChangeEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChangeEventArgs

    Constructors

    ChangeEventArgs()

    Declaration
    public ChangeEventArgs()

    Properties

    Element

    Returns the element reference.

    Declaration
    public ElementReference Element { get; set; }
    Property Value
    Type Description
    ElementReference

    The ElementReference object that represents the reference to the component's root element.

    IsInteracted

    Defines the boolean that returns true when the Sidebar is closed by user interaction, otherwise returns false.

    Declaration
    public bool IsInteracted { get; set; }
    Property Value
    Type Description
    bool

    true, if the sidebar is closed by user interaction. Otherwise, false.

    Name

    Returns event name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

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