InstantMessagingCall.HandleStateChange(CallStateChangedEventArgs) Method
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.
Indicates a state change to the derived call.
protected:
override void HandleStateChange(Microsoft::Rtc::Collaboration::CallStateChangedEventArgs ^ e);
protected override void HandleStateChange (Microsoft.Rtc.Collaboration.CallStateChangedEventArgs e);
override this.HandleStateChange : Microsoft.Rtc.Collaboration.CallStateChangedEventArgs -> unit
Protected Overrides Sub HandleStateChange (e As CallStateChangedEventArgs)
Parameters
The event argument describing the state change.
Remarks
This allows derived classes to see a state change before a public event is raised. The derived class need to override this method and should not make any blocking call in it.