Share via


ShareableContent.StateChanged event

Raised when the state of a ShareableContent object changes.

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

Syntax

'Declaration
Public Event StateChanged As EventHandler(Of ShareableContentStateChangedEventArgs)
'Usage
Dim instance As ShareableContent
Dim handler As EventHandler(Of ShareableContentStateChangedEventArgs)

AddHandler instance.StateChanged, handler
public event EventHandler<ShareableContentStateChangedEventArgs> StateChanged

Remarks

Use this event to track the progress of a shareable content item as the content bin upload operation progresses. When the shareable content item is in the content bin and available to present in the conversation, the state of the object is ShareableContentState.Online.

See also

Reference

ShareableContent class

ShareableContent members

Microsoft.Lync.Model.Conversation.Sharing namespace