Edytuj

Udostępnij za pośrednictwem


MidiClient.ObjectAdded Event

Definition

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.

Applies to