Click or drag to resize
UpdateDialogShowingEventArgsAvailableUpdates Property
Gets a collection containing an UpdateInformation for each update that is available to be applied to the application.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public AvailableUpdateCollection AvailableUpdates { get; }

Property Value

Type: AvailableUpdateCollection
A collection containing an UpdateInformation for each update that is available to be applied to the application.
Remarks
Only updates that can be applied to the controller's Version appear in this collection.
See Also