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