Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NotificationEventsArgs.cs
2{
7 public class NotificationEventsArgs(NotificationEvent[] Events) : EventArgs()
8 {
12 public NotificationEvent[] Events { get; } = Events;
13 }
14}
abstract class NotificationEvent()
Abstract base class of notification events.
class NotificationEventsArgs(NotificationEvent[] Events)
Event argument for notification events.