Class MidiEventSentEventArgs
Provides data for the EventSent event.
Inherited Members
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class MidiEventSentEventArgs : EventArgs
Constructors
MidiEventSentEventArgs(MidiEvent)
Initializes a new instance of the MidiEventSentEventArgs with
the specified MIDI event.
Declaration
public MidiEventSentEventArgs(MidiEvent midiEvent)
Parameters
| Type | Name | Description |
|---|---|---|
| MidiEvent | midiEvent | MIDI event sent by IOutputDevice. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | midiEvent is null. |
Properties
Event
Gets MIDI event sent to IOutputDevice.
Declaration
public MidiEvent Event { get; }
Property Value
| Type | Description |
|---|---|
| MidiEvent |