ApplicationSharingModality.ParticipationStateChanged event

Raised when the participation state has changed.

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Event ParticipationStateChanged As EventHandler(Of ParticipationStateChangedEventArgs)
'Usage
Dim instance As ApplicationSharingModality
Dim handler As EventHandler(Of ParticipationStateChangedEventArgs)

AddHandler instance.ParticipationStateChanged, handler
public event EventHandler<ParticipationStateChangedEventArgs> ParticipationStateChanged

Remarks

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.

See also

Reference

ApplicationSharingModality class

ApplicationSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace