Class UpdateEventArgs
Provides data about application update events
public class UpdateEventArgs : EventArgs
- Inheritance
-
objectUpdateEventArgs
- Inherited Members
Properties
Silent
Gets a boolean indicating whether to silently update or not.
public bool Silent { get; }