Click or drag to resize
UpdateDialogShowingEventArgsCurrentUpdate Property
Gets the update that has been selected as the current update available for download. This property may be .

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 UpdateInformation CurrentUpdate { get; }

Property Value

Type: UpdateInformation
The update selected as the current update available for download, or if no update is available for download.
Remarks

If no updates are available, or no update has been selected (by handling the UpdateFound event), CurrentUpdate will be .

By default, the controller selects the update with the highest Version to be applied. However, by adding a handler to the UpdateFound event, you can select any update from AvailableUpdates for CurrentUpdate.

By default, if CurrentUpdate is , DialogSummaryText will be set to the value of the HistoricalSummary property of CurrentUpdate.

See Also