AutoCompleteStringCollection::CollectionChanged Event

 

Occurs when the collection changes.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
event CollectionChangeEventHandler^ CollectionChanged {
	void add(CollectionChangeEventHandler^ value);
	void remove(CollectionChangeEventHandler^ value);
}

.NET Framework
Available since 2.0
Return to top
Show: