ApplicationSharingModality.LocalSharedResourcesChanged event

Raised when the list of locally shared resources changes.

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

Syntax

'Declaration
Public Event LocalSharedResourcesChanged As EventHandler(Of LocalSharedResourcesChangedEventArgs)
'Usage
Dim instance As ApplicationSharingModality
Dim handler As EventHandler(Of LocalSharedResourcesChangedEventArgs)

AddHandler instance.LocalSharedResourcesChanged, handler
public event EventHandler<LocalSharedResourcesChangedEventArgs> LocalSharedResourcesChanged

See also

Reference

ApplicationSharingModality class

ApplicationSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace