SubscriptionWrapperNotificationReceived Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
ISIPSubscriptionNotificationReceivedSee Also