ISIPClientRegistrationStateChanged Event |
Occurs when the registration state of the SIP client has changed.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event EventHandler<RegistrationStateChangedArgs> RegistrationStateChanged
Event RegistrationStateChanged As EventHandler(Of RegistrationStateChangedArgs)
event EventHandler<RegistrationStateChangedArgs^>^ RegistrationStateChanged {
void add (EventHandler<RegistrationStateChangedArgs^>^ value);
void remove (EventHandler<RegistrationStateChangedArgs^>^ value);
}
abstract RegistrationStateChanged : IEvent<EventHandler<RegistrationStateChangedArgs>,
RegistrationStateChangedArgs>
Value
Type:
SystemEventHandlerRegistrationStateChangedArgsSee Also