Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PackageEventArgs.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 responses to IQ queries.
Event arguments for software package events.
PackageEventArgs(Package Package, IqResultEventArgs e)
Event arguments for Software package events.
Package Package
Package information object.
Information about a software package.
Definition: Package.cs:11