alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DataSourceChangedEventArgs

    Provides data for handling selection when DataSource is changed.

    Inheritance
    System.Object
    DataSourceChangedEventArgs
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class DataSourceChangedEventArgs : EventArgs

    Constructors

    DataSourceChangedEventArgs()

    Declaration
    public DataSourceChangedEventArgs()

    Properties

    NewValue

    Gets or sets a value indicating whether the new data source in SfDataGrid.

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

    NewView

    Gets or sets a new view of DataSource.

    Declaration
    public ICollectionViewAdv NewView { get; set; }
    Property Value
    Type
    ICollectionViewAdv

    OldValue

    Gets or sets a value indicating whether the old data source in SfDataGrid.

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

    OldView

    Gets or sets a old view of DataSource.

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