SipEndpoint.RegistrationStateChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the Registration state changes.
public:
event EventHandler<Microsoft::Rtc::Signaling::RegistrationStateChangedEventArgs ^> ^ RegistrationStateChanged;
public event EventHandler<Microsoft.Rtc.Signaling.RegistrationStateChangedEventArgs> RegistrationStateChanged;
member this.RegistrationStateChanged : EventHandler<Microsoft.Rtc.Signaling.RegistrationStateChangedEventArgs>
Public Custom Event RegistrationStateChanged As EventHandler(Of RegistrationStateChangedEventArgs)