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
Gets or sets the panel added to the DashboardLayout.
Declaration
public List<PanelModel> AddedPanels { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<PanelModel> |
ChangedPanels
Gets or sets the model values of the position changed panels.
Declaration
public List<PanelModel> ChangedPanels { get; set; }
Property Value
Type |
---|
System.Collections.Generic.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 |
---|---|
System.Boolean |
|
RemovedPanels
Gets or sets the panels removed from the DashboardLayout.
Declaration
public List<PanelModel> RemovedPanels { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<PanelModel> |