ContentSharingModality.ActiveContentChanged event

Raised when the active content is changed

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

Syntax

'Declaration
Public Event ActiveContentChanged As EventHandler(Of ActiveContentChangedEventArgs)
'Usage
Dim instance As ContentSharingModality
Dim handler As EventHandler(Of ActiveContentChangedEventArgs)

AddHandler instance.ActiveContentChanged, handler
public event EventHandler<ActiveContentChangedEventArgs> ActiveContentChanged

See also

Reference

ContentSharingModality class

ContentSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace