| Namespace | Windows.Devices.Midi2.Enumeration |
|---|---|
| Type Name | MidiEndpointDeviceInformationRemovedEventArgs |
| Type | WinRT Runtime Class |
| IDL | MidiEndpointDeviceInformationRemovedEventArgs.idl |
Represents a notification that an endpoint has been removed from the system.
| Property | Description |
|---|---|
RemovedDevice |
The MidiEndpointDeviceInformation for the endpoint which was removed |
The removed device’s properties are a snapshot taken before removal. The endpoint is already gone by the time this is raised, so use this to update your own state rather than to query the device.
