ConferenceInvitation.StateChanged Event

Raised when the state of the conference invitation changes.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event StateChanged As EventHandler(Of ConferenceInvitationStateChangedEventArgs)
'Usage
Dim instance As ConferenceInvitation
Dim handler As EventHandler(Of ConferenceInvitationStateChangedEventArgs)

AddHandler instance.StateChanged, handler
public event EventHandler<ConferenceInvitationStateChangedEventArgs> StateChanged

Remarks

Raising of this event is serialized with other events of the Conversation."

See Also

Reference

ConferenceInvitation Class

ConferenceInvitation Members

Microsoft.Rtc.Collaboration Namespace