Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 655 Bytes

midiinport_messagereceived.md

File metadata and controls

22 lines (15 loc) · 655 Bytes
-api-id -api-type
E:Windows.Devices.Midi.MidiInPort.MessageReceived
winrt event

Windows.Devices.Midi.MidiInPort.MessageReceived

-description

Occurs when the MidiInPort receives data.

-remarks

Apps should subscribe to this event to handle the input messages.

If accessing any part of the message results in an exception, it can be assumed that the MidiInPort has been disconnected from the device.

-examples

-see-also