Search Results for

    Show / Hide Table of Contents

    Class MidiEventReceivedEventArgs

    Provides data for the EventReceived event.
    Inheritance
    object
    EventArgs
    MidiEventReceivedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top 2024 / Generated by DocFX