ISIPClientRegistrationStateChanged Event |
Occurs when the registration state of the SIP client has changed.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxevent 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:
SystemEventHandlerRegistrationStateChangedArgs
See Also