Edit

Share via


ContentSharingModality.ContentAdded Event

Definition

Raised when any conversation participant has added a ShareableContent object to the conversation.

public:
 event EventHandler<Microsoft::Lync::Model::Conversation::Sharing::ContentCollectionChangedEventArgs ^> ^ ContentAdded;
public event EventHandler<Microsoft.Lync.Model.Conversation.Sharing.ContentCollectionChangedEventArgs> ContentAdded;
member this.ContentAdded : EventHandler<Microsoft.Lync.Model.Conversation.Sharing.ContentCollectionChangedEventArgs> 
Public Custom Event ContentAdded As EventHandler(Of ContentCollectionChangedEventArgs) 

Event Type

Remarks

Be careful about calling the ShareableContent.Present() method on the added ShearableContent object. This event is raised when content is added by any participant, while you can only invoke the Present() method on content added by the local user.

Applies to