CollectionEditor::CollectionForm::OnEditValueChanged Method ()

 

Provides an opportunity to perform processing when a collection value has changed.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void OnEditValueChanged() abstract

This method is raised when the value of a collection item has changed.

Notes to Implementers:

In this method, update your user interface to reflect the current value.

.NET Framework
Available since 1.1
Return to top
Show: