ICallInfoDataReceived Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
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
EventHandlerVoIPEventArgsInfoData
See Also