Occurs after the collection has been changed.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public event GradientColorCollection..::.CollectionChangedEventHandler CollectionChanged |
| Visual Basic (Declaration) |
|---|
Public Event CollectionChanged As GradientColorCollection..::.CollectionChangedEventHandler |
| Visual C++ |
|---|
public: event GradientColorCollection..::.CollectionChangedEventHandler^ CollectionChanged { void add (GradientColorCollection..::.CollectionChangedEventHandler^ value); void remove (GradientColorCollection..::.CollectionChangedEventHandler^ value); } |