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 |