WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangingEventArgs - WindowsForms API Reference | Syncfusion SelectionChanging event. ">

    Show / Hide Table of Contents

    Class SelectionChangingEventArgs

    Provides data for SelectionChanging event.

    Inheritance
    System.Object
    GridCancelEventArgs
    SelectionChangingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class SelectionChangingEventArgs : GridCancelEventArgs

    Constructors

    SelectionChangingEventArgs(Object)

    Initializes a new instance of the SelectionChangingEventArgs class.

    Declaration
    public SelectionChangingEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    AddedItems

    Gets a list that contains the items that are being selected.

    Declaration
    public IList<object> AddedItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Object>

    The list that contains the items that are being selected.

    RemovedItems

    Gets a list that contains the items that are being unselected.

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

    The list that contains the items that are being unselected.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved