Search Results for

    Show / Hide Table of Contents

    Class ObservableTimedObjectsCollectionChangedEventArgs

    Holds information about changes within a collection for CollectionChanged event.
    Inheritance
    object
    EventArgs
    ObservableTimedObjectsCollectionChangedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Interaction
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class ObservableTimedObjectsCollectionChangedEventArgs : EventArgs

    Properties

    AddedObjects

    Gets or sets a collection of added objects.
    Declaration
    public ICollection<ITimedObject> AddedObjects { get; set; }
    Property Value
    Type Description
    ICollection<ITimedObject>

    ChangedObjects

    Gets or sets a collection of changed objects.
    Declaration
    public ICollection<ChangedTimedObject> ChangedObjects { get; set; }
    Property Value
    Type Description
    ICollection<ChangedTimedObject>

    RemovedObjects

    Gets or sets a collection of removed objects.
    Declaration
    public ICollection<ITimedObject> RemovedObjects { get; set; }
    Property Value
    Type Description
    ICollection<ITimedObject>
    In this article
    Back to top 2025 / Generated by DocFX