Delegate TimedObjectsCollectionChangedEventHandler<TObject>
Represents the method that will handle the CollectionChanged event.
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public delegate void TimedObjectsCollectionChangedEventHandler<TObject>(TimedObjectsCollection<TObject> collection, TimedObjectsCollectionChangedEventArgs<TObject> args) where TObject : ITimedObject
Parameters
| Type | Name | Description |
|---|---|---|
| TimedObjectsCollection<TObject> | collection | TimedObjectsCollection<TObject> that has fired the event. |
| TimedObjectsCollectionChangedEventArgs<TObject> | args | A TimedObjectsCollectionChangedEventArgs<TObject> that contains the event data. |
Type Parameters
| Name | Description |
|---|---|
| TObject | The type of objects within CollectionChanged. |