ContactIdHandlerReceivedNotification Event |
A Contact ID alarm is received.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
Type:
SystemEventHandlerContactIdNotificationEventArgSee Also