DataBindingCollection::Changed Event

 

Occurs when the collection of DataBinding objects is changed.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
event EventHandler^ Changed {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The changed event occurs when the Add method, the Clear method, or the Remove method is called.

.NET Framework
Available since 2.0
Return to top
Show: