Class GridDataGroupedColumnsChangedEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridDataGroupedColumnsChangedEventArgs : SyncfusionEventArgs
Constructors
GridDataGroupedColumnsChangedEventArgs(IList<GridDataGroupColumn>, IList<GridDataGroupColumn>, NotifyCollectionChangedAction)
Initializes a new instance of the GridDataGroupedColumnsChangedEventArgs class.
Declaration
public GridDataGroupedColumnsChangedEventArgs(IList<GridDataGroupColumn> addedItems, IList<GridDataGroupColumn> removedItems, NotifyCollectionChangedAction action)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<GridDataGroupColumn> | addedItems | The added items. |
System.Collections.Generic.IList<GridDataGroupColumn> | removedItems | The removed items. |
System.Collections.Specialized.NotifyCollectionChangedAction | action | The action. |
Properties
Action
Gets the action.
Declaration
public NotifyCollectionChangedAction Action { get; }
Property Value
Type | Description |
---|---|
System.Collections.Specialized.NotifyCollectionChangedAction | The action. |
AddedItems
Gets the added items.
Declaration
public IList<GridDataGroupColumn> AddedItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<GridDataGroupColumn> | The added items. |
RemovedItems
Gets the removed items.
Declaration
public IList<GridDataGroupColumn> RemovedItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<GridDataGroupColumn> | The removed items. |
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |