Class MIDIInfoEventArgs
MIDI info event args.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class MIDIInfoEventArgs : EventArgs
Constructors
MIDIInfoEventArgs(MIDIInfo)
Initializes a new instance of the MIDIInfoEventArgs class.
Declaration
public MIDIInfoEventArgs(MIDIInfo info)
Parameters
Type | Name | Description |
---|---|---|
MIDIInfo | info | MIDI info. |
Properties
Info
Gets MIDI info.
Declaration
public MIDIInfo Info { get; }
Property Value
Type | Description |
---|---|
MIDIInfo |