MockPhoneLineRegistrationStateChanged Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public event EventHandler<RegistrationStateChangedArgs> RegistrationStateChanged
Public Event RegistrationStateChanged As EventHandler(Of RegistrationStateChangedArgs)
public:
virtual event EventHandler<RegistrationStateChangedArgs^>^ RegistrationStateChanged {
void add (EventHandler<RegistrationStateChangedArgs^>^ value);
void remove (EventHandler<RegistrationStateChangedArgs^>^ value);
}
abstract RegistrationStateChanged : IEvent<EventHandler<RegistrationStateChangedArgs>,
RegistrationStateChangedArgs>
override RegistrationStateChanged : IEvent<EventHandler<RegistrationStateChangedArgs>,
RegistrationStateChangedArgs>
Value
Type:
SystemEventHandlerRegistrationStateChangedArgsImplements
ISIPClientRegistrationStateChangedSee Also