Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PackageUpdatedEventArgs.cs
2
4{
9 {
10 private bool download = true;
11
18 : base(Package, e)
19 {
20 }
21
25 public bool Download
26 {
27 get => this.download;
28 set => this.download = value;
29 }
30
31 }
32}
Event arguments for message events.
Information about a software package.
Definition: Package.cs:11
Event arguments for software package notification events.
Event arguments for software package update events.
bool Download
If the package is to be downloaded. Default=true.
PackageUpdatedEventArgs(Package Package, MessageEventArgs e)
Event arguments for software package update events.