menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridItemsSourceChangingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridItemsSourceChangingEventArgs

    Provides data for the SfDataGrid ItemsSourceChanging event.

    Inheritance
    System.Object
    GridItemsSourceChangingEventArgs
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class GridItemsSourceChangingEventArgs : EventArgs

    Constructors

    GridItemsSourceChangingEventArgs(Object, Object, ICollectionViewAdv)

    Initializes a new instance of the GridItemsSourceChangingEventArgs class.

    Declaration
    public GridItemsSourceChangingEventArgs(object oldItemSource, object newItemSource, ICollectionViewAdv oldView)
    Parameters
    Type Name Description
    System.Object oldItemSource

    The old item source.

    System.Object newItemSource

    The new item source.

    ICollectionViewAdv oldView

    The old View of the source.

    Properties

    NewItemSource

    Gets the new item source.

    Declaration
    public object NewItemSource { get; }
    Property Value
    Type
    System.Object

    OldItemSource

    Gets the old item source.

    Declaration
    public object OldItemSource { get; }
    Property Value
    Type
    System.Object

    OldView

    Gets the old view.

    Declaration
    public ICollectionViewAdv OldView { get; }
    Property Value
    Type
    ICollectionViewAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved