WPF

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

    Show / Hide Table of Contents

    Class GridDataSortColumnsChangingEventArgs

    Provides a canceleable data that can be handled when sort columns are changing.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridDataSortColumnsChangingEventArgs
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridDataSortColumnsChangingEventArgs : SyncfusionCancelEventArgs

    Constructors

    GridDataSortColumnsChangingEventArgs(IList<GridDataSortColumn>, IList<GridDataSortColumn>, NotifyCollectionChangedAction)

    Initializes a new instance of the GridDataSortColumnsChangingEventArgs class.

    Declaration
    public GridDataSortColumnsChangingEventArgs(IList<GridDataSortColumn> addedItems, IList<GridDataSortColumn> removedItems, NotifyCollectionChangedAction action)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<GridDataSortColumn> addedItems

    The added items.

    System.Collections.Generic.IList<GridDataSortColumn> 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<GridDataSortColumn> AddedItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<GridDataSortColumn>

    The added items.

    RemovedItems

    Gets the removed items.

    Declaration
    public IList<GridDataSortColumn> RemovedItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<GridDataSortColumn>

    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
    SyncfusionCancelEventArgs.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved