Occurs after the change of an object state.

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

Syntax

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

See Also