Show / Hide Table of Contents

Class CheckAndDownloadUpdateCompletedEventArgs

Inheritance
System.Object
System.EventArgs
CheckAndDownloadUpdateCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class CheckAndDownloadUpdateCompletedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Error

Declaration
[NotImplemented]
public Exception Error { get; }
Property Value
Type Description
System.Exception
| Improve this Doc View Source

UpdateAvailable

Declaration
[NotImplemented]
public bool UpdateAvailable { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source