SubscriptionWrapperNotificationReceived Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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
EventHandlerSIPEventNotificationArgsImplements
ISIPSubscriptionNotificationReceived
See Also