Click or drag to resize
CheckForUpdateCompletedEventArgsResult Property
Gets a value indicating whether an available update was found.

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 bool Result { get; }

Property Value

Type: Boolean
if an available update was found; otherwise, .
Exceptions
ExceptionCondition
TargetInvocationExceptionError is not . The InnerException property holds a reference to Error.
InvalidOperationExceptionCancelled is .
Remarks
Your CheckForUpdateCompleted event handler should always check the Error and Cancelled properties before accessing the Result property. If an exception was raised or if the operation was canceled, accessing the Result property raises an exception.
See Also