ContentSharingModality.ContentRemoved event
Raised when an existing ShareableContent has been removed from the content collection of the ContentSharingModality.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event ContentRemoved As EventHandler(Of ContentCollectionChangedEventArgs)
'Usage
Dim instance As ContentSharingModality
Dim handler As EventHandler(Of ContentCollectionChangedEventArgs)
AddHandler instance.ContentRemoved, handler
public event EventHandler<ContentCollectionChangedEventArgs> ContentRemoved