InstantMessagingCall.HandleStateChange(CallStateChangedEventArgs) Method

Definition

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

e
CallStateChangedEventArgs

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.

Applies to