Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
AccountEventNavigationArgs.cs
3
5{
10 {
15 {
16 }
17
22 public AccountEventNavigationArgs(AccountEventItem Event)
23 {
24 this.Event = Event;
25 }
26
30 public AccountEventItem? Event { get; }
31 }
32}
An base class holding page specific navigation parameters.
AccountEventNavigationArgs()
Creates a new instance of the AccountEventNavigationArgs class.
AccountEventNavigationArgs(AccountEventItem Event)
Creates a new instance of the AccountEventNavigationArgs class.