Class MidiEventPlayedEventArgs
Holds an instance of MidiEvent for EventPlayed event.
Inherited Members
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class MidiEventPlayedEventArgs : EventArgs
Properties
Event
Gets a MIDI event played.
Declaration
public MidiEvent Event { get; }
Property Value
Type | Description |
---|---|
MidiEvent |
Metadata
Gets a metadata associated with the Event.
Declaration
public object Metadata { get; }
Property Value
Type | Description |
---|---|
object |