Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PackageNotificationEventArgs.cs
2
4{
9 {
10 private Package package;
11
18 : base(e)
19 {
20 this.package = Package;
21 }
22
27 {
28 get => this.package;
29 set => this.package = value;
30 }
31 }
32}
Event arguments for message events.
Information about a software package.
Definition: Package.cs:11
Event arguments for software package notification events.
PackageNotificationEventArgs(Package Package, MessageEventArgs e)
Event arguments for software package noticication events.