| Namespace | Microsoft.Windows.Devices.Midi2 |
|---|---|
| Type Name | IMidiMessageReceivedEventSource |
| Type | WinRT Explicit Interface |
| IDL | IMidiMessageReceivedEventSource.idl |
| Library | Microsoft.Windows.Devices.Midi2.dll |
Interface which contains the event definition used by any class which raises the MessageReceived event. This is defined in an interface so that message processing plugins and the MidiEndpointConnection type can be used interchangeably in an event handler.
| Event | Description |
|---|---|
MessageReceived(source, args) |
The main message received event definition. |
