System.Web.UI.WebControls.DataControlFieldCollection: Event Members

The events of System.Web.UI.WebControls.DataControlFieldCollection are listed below. For a list of all members, see the DataControlFieldCollection Members list.

See Also: Inherited members from System.Web.UI.StateManagedCollection

Public Events

FieldsChanged

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.