WindowsUpdateAttentionRequiredReasonChangedEventArgs Class

Definition

Event data for the corresponding WindowsUpdateManager.AttentionRequiredReasonChanged event.

public ref class WindowsUpdateAttentionRequiredReasonChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowsUpdateAttentionRequiredReasonChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowsUpdateAttentionRequiredReasonChangedEventArgs
Public NotInheritable Class WindowsUpdateAttentionRequiredReasonChangedEventArgs
Inheritance
Object Platform::Object IInspectable WindowsUpdateAttentionRequiredReasonChangedEventArgs
Attributes

Windows requirements

Requirements Description
Device family
Windows Desktop Extension SDK (introduced in 10.0.23504.0)
API contract
Windows.Management.Update.WindowsUpdateContract (introduced in v1.0)

Properties

Name Description
Reason

Gets the WindowsUpdateAttentionRequiredReason associated with the attention-required-reason change event.

Update

Gets the WindowsUpdate associated with the attention-required-reason change event.

Applies to