WindowsUpdateProgressChangedEventArgs Class

Definition

Event data for the corresponding WindowsUpdateManager.ProgressChanged event.

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

Windows requirements

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

Properties

ActionProgress

Gets the WindowsUpdateActionProgress associated with the progress change event.

Update

Gets the WindowsUpdate associated with the progress change event.

Applies to