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 SourceError
Declaration
[NotImplemented]
public Exception Error { get; }
Property Value
Type | Description |
---|---|
System.Exception |
UpdateAvailable
Declaration
[NotImplemented]
public bool UpdateAvailable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |