Edit

Share via


ShareableContent.StateChanged Event

Definition

Raised when the state of a ShareableContent object changes.

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

Event Type

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.

Applies to