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