WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataGroupedColumnsChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataGroupedColumnsChangedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridDataGroupedColumnsChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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.

    Overrides
    SyncfusionEventArgs.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved