| ICallInfoDataReceived Event | 
            Occurs when the other party sent data in a SIP INFO request.
            
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
 Syntax
Syntaxevent EventHandler<VoIPEventArgs<InfoData>> InfoDataReceived
Event InfoDataReceived As EventHandler(Of VoIPEventArgs(Of InfoData))
 event EventHandler<VoIPEventArgs<InfoData^>^>^ InfoDataReceived {
	void add (EventHandler<VoIPEventArgs<InfoData^>^>^ value);
	void remove (EventHandler<VoIPEventArgs<InfoData^>^>^ value);
}abstract InfoDataReceived : IEvent<EventHandler<VoIPEventArgs<InfoData>>,
    VoIPEventArgs<InfoData>>
Value
Type: 
SystemEventHandlerVoIPEventArgsInfoData See Also
See Also