Search Results for

    Show / Hide Table of Contents

    Class TimedObjectsCollectionChangedEventArgs<TObject>

    Provides data for the CollectionChanged event.
    Inheritance
    object
    EventArgs
    TimedObjectsCollectionChangedEventArgs<TObject>
    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 TimedObjectsCollectionChangedEventArgs<TObject> : EventArgs where TObject : ITimedObject
    Type Parameters
    Name Description
    TObject

    Properties

    AddedObjects

    Gets objects that were added to a TimedObjectsCollection<TObject>.
    Declaration
    public IEnumerable<TObject> AddedObjects { get; }
    Property Value
    Type Description
    IEnumerable<TObject>

    RemovedObjects

    Gets objects that were removed from a TimedObjectsCollection<TObject>.
    Declaration
    public IEnumerable<TObject> RemovedObjects { get; }
    Property Value
    Type Description
    IEnumerable<TObject>
    In this article
    Back to top 2025 / Generated by DocFX