| Namespace | Windows.Devices.Midi2.Enumeration |
|---|---|
| Type Name | MidiEndpointDeviceInformationUpdatedEventArgs |
| Type | WinRT Runtime Class |
| IDL | MidiEndpointDeviceInformationUpdatedEventArgs.idl |
Represents a notification that endpoint properties have been updated
| Property | Description |
|---|---|
UpdatedDevice |
The MidiEndpointDeviceInformation for the endpoint which was updated, carrying the current property values |
DeviceInformationUpdate |
The source Windows.Devices.Enumeration.DeviceInformationUpdate object. |
IsNameUpdated |
True if the name properties have been updated |
IsEndpointInformationUpdated |
True if the in-protocol endpoint information has been updated |
IsDeviceIdentityUpdated |
True if the in-protocol device identity information has been updated |
IsStreamConfigurationUpdated |
True if protocol negotiation changed configuration of the endpoint |
AreFunctionBlocksUpdated |
True if any function blocks have been updated |
IsUserMetadataUpdated |
True if any user-supplied metadata fields have been updated |
AreAdditionalCapabilitiesUpdated |
True if the additional capabilities have been updated |
AreUniqueIdsUpdated |
True if any unique identifier properties have been updated |
AreGroupTerminalBlocksUpdated |
True if any group terminal blocks have been updated |
IsMutedStateUpdated |
True if the muted state of the endpoint has been updated |
If none of the IsXXUpdated or AreXXUpdated properties are true, then other properties have been updated.
