Represents the method that handles the SeriesBindingCollectionChanged event raised when adding elements to or removing elements from a collection.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public event EventHandler SeriesBindingCollectionChanged |
Visual Basic (Declaration) |
---|
Public Event SeriesBindingCollectionChanged As EventHandler |
Visual C++ |
---|
public: event EventHandler^ SeriesBindingCollectionChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |