Occurs after the palette has been changed.

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

Syntax

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

See Also