ISessionCallRedirected Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event 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:
SystemEventHandlerRedirectionInfoSee Also