Click or drag to resize
IUpdateUIRequestPause Event

Raised when the update should be paused. The udpate will not be paused immediately; once it is paused, Update(UpdateUIState, UpdateState, String, Int32, Int32) will be called with its uiState parameter set to Paused.

If the update was nearly finished when RequestPause was raised, the update may simply finish and not be paused.

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 RequestPause

Value

Type: SystemEventHandler
See Also