DataSourceChangedEventArgs Members
Include Protected Members
Include Inherited Members
Provides data related to a data source change event.
The DataSourceChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataSourceChangedEventArgs | Initializes a new instance of the DataSourceChangedEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
NewDataSource | Gets the new data source after the data source change. | |
OldDataSource | Gets the old data source before the data source change. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top