Share via


ContentSharingModality.ActivePresenterChanged event

Raised when the active presenter is changed

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

Syntax

'Declaration
Public Event ActivePresenterChanged As EventHandler(Of ActivePresenterChangedEventArgs)
'Usage
Dim instance As ContentSharingModality
Dim handler As EventHandler(Of ActivePresenterChangedEventArgs)

AddHandler instance.ActivePresenterChanged, handler
public event EventHandler<ActivePresenterChangedEventArgs> ActivePresenterChanged

Remarks

The active presenter is changed when the the shared content of one conversation participant is swapped for the shared content of a different conversation participant.

See also

Reference

ContentSharingModality class

ContentSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace