IPropertyValueUIService::PropertyUIValueItemsChanged Event

 

Occurs when the list of PropertyValueUIItem objects is modified.

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

event EventHandler^ PropertyUIValueItemsChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

Components that serve PropertyValueUIItem objects can call NotifyPropertyValueUIItemsChanged when they change their list of items.

.NET Framework
Available since 1.1
Return to top
Show: