menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridSelectionChangingEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridSelectionChangingEventArgs

    Provides data for the SelectionChanging event.

    Inheritance
    System.Object
    DataGridSelectionChangingEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridSelectionChangingEventArgs : CancelEventArgs

    Constructors

    DataGridSelectionChangingEventArgs()

    Initializes a new instance of the DataGridSelectionChangingEventArgs class.

    Declaration
    public DataGridSelectionChangingEventArgs()

    Properties

    AddedRows

    Gets a list that contains the items to be selected.

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

    RemovedRows

    Gets a list that contains the items to be unselected.

    Declaration
    public IList<object> RemovedRows { get; }
    Property Value
    Type
    System.Collections.Generic.IList<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved