BASS.NET API for the Un4seen BASS Audio Library

MidiMessageEventHandler Delegate

BASS.NET API for the Un4seen BASS Audio Library
Definition of the MessageReceived and MessageReceived event handler.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public delegate void MidiMessageEventHandler(
	Object sender,
	MidiMessageEventArgs e
)

Parameters

sender
Type: SystemObject
Set to the MidiInputDevice resp. the MidiOutputDevice object instance that raised the event.
e
Type: radio42.Multimedia.MidiMidiMessageEventArgs
An instance of the MidiMessageEventArgs event args containing the event details.
Remarks

This definition complies with the .NET Framework's standard for event handlers.
See Also

Reference