Class UpdateEventArgs
Provides data about application update events
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class UpdateEventArgs : EventArgs
Properties
Silent
Gets a boolean indicating whether to silently update or not.
Declaration
public bool Silent { get; }
Property Value
Type | Description |
---|---|
bool |