Occurs when collection is changed.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public event EventHandler CustomPaletteItemCollectionChanged
Visual Basic (Declaration)
Public Event CustomPaletteItemCollectionChanged As EventHandler
Visual C++
public:
 event EventHandler^ CustomPaletteItemCollectionChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also