Class ChangeEventArgs
Defines the change event arguments
Inheritance
System.Object
ChangeEventArgs
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChangeEventArgs : Object
Constructors
ChangeEventArgs()
Declaration
public ChangeEventArgs()
Properties
AddedPanels
Specifies the panel added to the DashboardLayout.
Declaration
public List<PanelModel> AddedPanels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PanelModel> |
ChangedPanels
Specifies the model values of the position changed panels.
Declaration
public List<PanelModel> ChangedPanels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PanelModel> |
IsInteracted
Specifies that event has triggered by user interaction.
Declaration
public bool IsInteracted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RemovedPanels
Specifies the panels removed from the DashboardLayout.
Declaration
public List<PanelModel> RemovedPanels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PanelModel> |