Click or drag to resize
IUpdateUIRequestCancel Event

Raised when the user tries to cancel the update. The update will not be cancelled immediately; once it is cancelled, Finish(UpdateResult, String, Exception) will be called with its result parameter set to Cancelled.

If the update was nearly finished when RequestCancel was raised, the update may finish anyway and not be canceled.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
event EventHandler RequestCancel

Value

Type: SystemEventHandler
See Also