This topic has not yet been rated - Rate this topic

ApplicationSharingModality.ParticipationStateChanged event

Lync 2013

Raised when the participation state has changed.

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Public Event ParticipationStateChanged As EventHandler(Of ParticipationStateChangedEventArgs)
Dim instance As ApplicationSharingModality
Dim handler As EventHandler(Of ParticipationStateChangedEventArgs)

AddHandler instance.ParticipationStateChanged, handler

public event EventHandler<ParticipationStateChangedEventArgs> ParticipationStateChanged

The participation state change event is raised multiple times when a participant attempts to take a control action on a shared resource. For example, if a user requests control of a shared resource and the control request is granted, the event is rased when the ParticipationState goes from Viewing to RequestingControl. When the request is granted, the event is raised again when the ParticipationState changes to Controlling.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.