MidiClient.ObjectRemoved 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 removed the session.
public event EventHandler<CoreMidi.ObjectAddedOrRemovedEventArgs> ObjectRemoved;
member this.ObjectRemoved : EventHandler<CoreMidi.ObjectAddedOrRemovedEventArgs>
Event Type
Remarks
Both the parent MidiObject and the actual MidiObject are available as part of the passed arguments.