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 in TreeViewAdv.

    Inheritance
    System.Object
    DataSourceChangedEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.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 TreeViewAdv.

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

    OldValue

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

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