Share via


ApplicationSharingModality.SharerChanged event

Raised when the sharer changed.

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

Syntax

'Declaration
Public Event SharerChanged As EventHandler(Of SharerChangedEventArgs)
'Usage
Dim instance As ApplicationSharingModality
Dim handler As EventHandler(Of SharerChangedEventArgs)

AddHandler instance.SharerChanged, handler
public event EventHandler<SharerChangedEventArgs> SharerChanged

See also

Reference

ApplicationSharingModality class

ApplicationSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace