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 change event arguments.

    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.Layouts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChangeEventArgs

    Constructors

    ChangeEventArgs()

    Declaration
    public ChangeEventArgs()

    Properties

    AddedPanels

    Gets or sets the panel added to the DashboardLayout.

    Declaration
    public List<PanelModel> AddedPanels { get; set; }
    Property Value
    Type
    List<PanelModel>

    ChangedPanels

    Gets or sets the model values of the position changed panels.

    Declaration
    public List<PanelModel> ChangedPanels { get; set; }
    Property Value
    Type
    List<PanelModel>

    IsInteracted

    If the event is triggered by interaction, it returns true. Otherwise, it returns false.

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

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

    RemovedPanels

    Gets or sets the panels removed from the DashboardLayout.

    Declaration
    public List<PanelModel> RemovedPanels { get; set; }
    Property Value
    Type
    List<PanelModel>
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved