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
{
8
public
delegate
void
NotificationEventsHandler
(
object
? Sender,
NotificationEventsArgs
e);
9
14
public
class
NotificationEventsArgs
(
NotificationEvent
[] Events) : EventArgs()
15
{
19
public
NotificationEvent
[] Events {
get
; } = Events;
20
}
21
}
NeuroAccessMaui.Services.Notification
Definition:
ContractNotificationEvent.cs:9
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:14
NeuroAccessMaui.Services.Notification.NotificationEventsHandler
delegate void NotificationEventsHandler(object? Sender, NotificationEventsArgs e)
Delegate for notification events handlers.
NeuroAccessMaui
NeuroAccessMaui
Services
Notification
NotificationEventsArgs.cs
Generated by
1.9.5