WindowsUpdateActionCompletedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event data for the corresponding WindowsUpdateManager.ActionCompleted event.
public ref class WindowsUpdateActionCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowsUpdateActionCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowsUpdateActionCompletedEventArgs
Public NotInheritable Class WindowsUpdateActionCompletedEventArgs
- Inheritance
- 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
Action |
Gets the current action that the associated WindowsUpdate has completed. |
ExtendedError |
Gets detailed information about an error associated with a completed action event. |
Succeeded |
Gets a value indicating whether the completed action succeeded. |
Update |
Gets the WindowsUpdate associated with the completed action. |