IHierarchicalDataSourceDesigner.DataSourceChanged Event

Definition

Occurs when a data source control has changed in some way that affects data-bound controls.

C#
event EventHandler DataSourceChanged;

Event Type

Notes to Implementers

Typically, when you implement the IHierarchicalDataSourceDesigner interface, the DataSourceChanged event handler calls the RefreshSchema(Boolean) method. If the CanRefreshSchema property is true, recreate any sample data, and then raise the event again to allow each data-bound control to refresh its markup.

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also