AbstractLocalCallInfoDataReceived Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public event EventHandler<VoIPEventArgs<InfoData>> InfoDataReceived
Public Event InfoDataReceived As EventHandler(Of VoIPEventArgs(Of InfoData))
public:
virtual 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>>
override InfoDataReceived : IEvent<EventHandler<VoIPEventArgs<InfoData>>,
VoIPEventArgs<InfoData>>
Value
Type:
SystemEventHandlerVoIPEventArgsInfoDataImplements
ICallInfoDataReceivedSee Also