SipEndpoint.RegistrationStateChanged Event
Raised when the Registration state changes.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event RegistrationStateChanged As EventHandler(Of RegistrationStateChangedEventArgs)
'Usage
Dim instance As SipEndpoint
Dim handler As EventHandler(Of RegistrationStateChangedEventArgs)
AddHandler instance.RegistrationStateChanged, handler
public event EventHandler<RegistrationStateChangedEventArgs> RegistrationStateChanged