ISIPSubscriptionNotificationReceived Event |
Occurs when a notification received from the remote end.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxevent EventHandler<SIPEventNotificationArgs> NotificationReceived
Event NotificationReceived As EventHandler(Of SIPEventNotificationArgs)
event EventHandler<SIPEventNotificationArgs^>^ NotificationReceived {
void add (EventHandler<SIPEventNotificationArgs^>^ value);
void remove (EventHandler<SIPEventNotificationArgs^>^ value);
}
abstract NotificationReceived : IEvent<EventHandler<SIPEventNotificationArgs>,
SIPEventNotificationArgs>
Value
EventHandlerSIPEventNotificationArgs
See Also