System.Web.UI.WebControls.DataControlFieldCollection.FieldsChanged Event

Occurs when the fields in the collection change, usually as the result of a System.Web.UI.StateManagedCollection.Clear, DataControlFieldCollection.Insert(int, DataControlField), DataControlFieldCollection.Remove(DataControlField) or DataControlFieldCollection.Add(DataControlField) method call. This event is also raised anytime a System.Web.UI.WebControls.DataControlField in the collection raises its FieldChanged event.

Syntax

public event EventHandler FieldsChanged

Remarks

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0