IOzBaseCallRedirected Event |
Occurs when the call has redirected.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
Type:
SystemEventHandlerRedirectionInfo
See Also