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