Search Results for

    Show / Hide Table of Contents

    Interface IObservableTimedObjectsCollection

    Represents a collection which can be observed for changes via CollectionChanged event.
    Namespace: Melanchall.DryWetMidi.Interaction
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public interface IObservableTimedObjectsCollection

    Events

    CollectionChanged

    Occurs when collection changed (objects have been added, removed or changed).
    Declaration
    event EventHandler<ObservableTimedObjectsCollectionChangedEventArgs> CollectionChanged
    Event Type
    Type Description
    EventHandler<ObservableTimedObjectsCollectionChangedEventArgs>
    In this article
    Back to top 2025 / Generated by DocFX