IDataSourceDesigner.DataSourceChanged Event

Note: This event is new in the .NET Framework version 2.0.

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

Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)

event EventHandler^ DataSourceChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}
/** @event */
void add_DataSourceChanged (EventHandler value)

/** @event */
void remove_DataSourceChanged (EventHandler value)

JScript supports the use of events, but not the declaration of new ones.

The DataSourceChanged event occurs when the value of a field in the data source, or a property in the data-bound control that affects the data bindings to that field, has changed.

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0
Show: