| Namespace | Windows.Devices.Midi2.Transports.Virtual |
|---|---|
| Type Name | MidiVirtualDeviceClientEndpointInUseChangedEventArgs |
| Type | WinRT Runtime Class |
| IDL | MidiVirtualDeviceClientEndpointInUseChangedEventArgs.idl |
Supplied with the MidiVirtualDevice.ClientEndpointInUseChanged event, raised when an application connects to, or disconnects from, the device’s client-visible endpoint.
| Property | Description |
|---|---|
IsClientEndpointInUse |
True when one or more applications are now connected to the client-visible endpoint, false when none are. |
This is a connected or not-connected signal, not a count of applications. See the remarks on MidiVirtualDevice for why.
