DataControlFieldCollection::FieldsChanged Event
.NET Framework (current version)
Occurs when the fields in the collection change, usually as the result of a Clear, Insert, Remove or Add method call. This event is also raised anytime a DataControlField in the collection raises its FieldChanged event.
Assembly: System.Web (in System.Web.dll)
The FieldsChanged event is raised when the Clear, Insert, or Remove method is called.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: