ContentCollectionChangedEventArgs.Item property
Gets the content added or removed
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Item As ShareableContent
Get
'Usage
Dim instance As ContentCollectionChangedEventArgs
Dim value As ShareableContent
value = instance.Item
public ShareableContent Item { get; }
Property value
Type: Microsoft.Lync.Model.Conversation.Sharing.ShareableContent
See also
Reference
ContentCollectionChangedEventArgs class