IOzBaseCallRedirected Event |
Occurs when the call has redirected.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxevent EventHandler<RedirectionInfo> Redirected
Event Redirected As EventHandler(Of RedirectionInfo)
event EventHandler<RedirectionInfo^>^ Redirected {
void add (EventHandler<RedirectionInfo^>^ value);
void remove (EventHandler<RedirectionInfo^>^ value);
}
abstract Redirected : IEvent<EventHandler<RedirectionInfo>,
RedirectionInfo>
Value
EventHandlerRedirectionInfo
See Also