SubscriptionWrapperNotificationReceived Event |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic event EventHandler<SIPEventNotificationArgs> NotificationReceived
Public Event NotificationReceived As EventHandler(Of SIPEventNotificationArgs)
public:
virtual event EventHandler<SIPEventNotificationArgs^>^ NotificationReceived {
void add (EventHandler<SIPEventNotificationArgs^>^ value);
void remove (EventHandler<SIPEventNotificationArgs^>^ value);
}
abstract NotificationReceived : IEvent<EventHandler<SIPEventNotificationArgs>,
SIPEventNotificationArgs>
override NotificationReceived : IEvent<EventHandler<SIPEventNotificationArgs>,
SIPEventNotificationArgs>
Value
Type:
SystemEventHandlerSIPEventNotificationArgsImplements
ISIPSubscriptionNotificationReceived
See Also