MidiClient.ObjectAdded Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event raised when a MidiDevice, MidiEntity or MidiEndpoint has been added to the session.
public event EventHandler<CoreMidi.ObjectAddedOrRemovedEventArgs> ObjectAdded;
member this.ObjectAdded : EventHandler<CoreMidi.ObjectAddedOrRemovedEventArgs>
Event Type
Remarks
Both the parent MidiObject and the actual MidiObject are available as part of the passed arguments.