Edit

Share via


ConferenceInvitation.StateChanged Event

Definition

Raised when the state of the conference invitation changes.

public:
 event EventHandler<Microsoft::Rtc::Collaboration::ConferenceInvitationStateChangedEventArgs ^> ^ StateChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.ConferenceInvitationStateChangedEventArgs> StateChanged;
member this.StateChanged : EventHandler<Microsoft.Rtc.Collaboration.ConferenceInvitationStateChangedEventArgs> 
Public Custom Event StateChanged As EventHandler(Of ConferenceInvitationStateChangedEventArgs) 

Event Type

Remarks

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

Applies to