NotificationEventDelegate typedef
NotificationEventDelegate =
void Function(Object sender, NotificationEventArgs args)
Implementation
typedef NotificationEventDelegate = void Function(
Object sender, NotificationEventArgs args);