Search Results for

    Show / Hide Table of Contents

    Class NotesEventArgs

    Holds notes collection for NotesPlaybackStarted and NotesPlaybackFinished.
    Inheritance
    object
    EventArgs
    NotesEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Multimedia
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class NotesEventArgs : EventArgs

    Properties

    Notes

    Gets notes collection that started or finished to play by a Playback.
    Declaration
    public IEnumerable<Note> Notes { get; }
    Property Value
    Type Description
    IEnumerable<Note>
    In this article
    Back to top 2024 / Generated by DocFX