MidiMessageReceivedEventArgs class

[This documentation is preliminary and is subject to change.]

Provides data for the MessageReceived event.

Important  

The WindowsPreview.Devices.Midi API are preview API and are not included in the Windows Software Development Kit (SDK). The API are distributed as a NuGet package. See WindowsPreview.Devices.Midi for info on how to download and install the NuGet package in your project.

WindowsPreview.Devices.Midi API require Windows 8.1 Update and later.

Syntax

/* For information about creating or accessing this object, see Remarks. */
public sealed class MidiMessageReceivedEventArgs
Public NotInheritable Class MidiMessageReceivedEventArgs
public ref class MidiMessageReceivedEventArgs sealed 

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06030000)]

Members

The MidiMessageReceivedEventArgs class has these types of members:

  • Methods
  • Properties

Methods

The MidiMessageReceivedEventArgs class inherits methods from the Object class (C#/VB/C++).

Properties

The MidiMessageReceivedEventArgs class has these properties.

Property Access type Description

Message

Read-only The MIDI message.

 

Remarks

This object is not instantiated directly, it is returned by the MidiInPort.MessageReceived event.

Requirements

Minimum supported client

Windows 8.1 [Windows Store apps only]

Minimum supported server

Windows Server 2012 R2 [Windows Store apps only]

Namespace

WindowsPreview.Devices.Midi WindowsPreview::Devices::Midi [C++]

Metadata

WindowsPreview.winmd

See also

Object

MIDI Windows Runtime sample