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