| IPushNotificationServiceMessageReceived Event |
Push has been received
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax event EventHandler<PushNotificationEventArgs> MessageReceived
Event MessageReceived As EventHandler(Of PushNotificationEventArgs)
event EventHandler<PushNotificationEventArgs^>^ MessageReceived {
void add (EventHandler<PushNotificationEventArgs^>^ value);
void remove (EventHandler<PushNotificationEventArgs^>^ value);
}
abstract MessageReceived : IEvent<EventHandler<PushNotificationEventArgs>,
PushNotificationEventArgs>
Value
Type:
SystemEventHandlerPushNotificationEventArgsSee Also