Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QueryObjectEventArgs.cs
2{
7 {
8 private readonly object obj;
9
16 : base(Query)
17 {
18 this.obj = Object;
19 }
20
24 public object Object => this.obj;
25 }
26}
Base class for all query-related events.
Class handling the reception of data from a query.
Definition: Query.cs:12
Base class for all query-related table events.
QueryObjectEventArgs(Query Query, object Object)
Base class for all query-related table events.