ContactIdHandlerReceivedNotification Event |
A Contact ID alarm is received.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic event EventHandler<ContactIdNotificationEventArg> ReceivedNotification
Public Event ReceivedNotification As EventHandler(Of ContactIdNotificationEventArg)
public:
event EventHandler<ContactIdNotificationEventArg^>^ ReceivedNotification {
void add (EventHandler<ContactIdNotificationEventArg^>^ value);
void remove (EventHandler<ContactIdNotificationEventArg^>^ value);
}
member ReceivedNotification : IEvent<EventHandler<ContactIdNotificationEventArg>,
ContactIdNotificationEventArg>
Value
EventHandlerContactIdNotificationEventArg
See Also