Class NotesEventArgs
Holds notes collection for NotesPlaybackStarted and
NotesPlaybackFinished.
Inherited Members
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> |