menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataSourceChangedEventArgs - API Reference

    Show / Hide Table of Contents

    Class DataSourceChangedEventArgs

    Provides data for handling selection when DataSource is changed.

    Inheritance
    System.Object
    System.EventArgs
    DataSourceChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Object

    NewView

    Gets or sets a new view of DataSource.

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

    OldValue

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

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

    OldView

    Gets or sets a old view of DataSource.

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