Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the contributing state changes.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event IsContributingChanged As EventHandler(Of IsContributingChangedEventArgs)
'Usage
Dim instance As AVModality
Dim handler As EventHandler(Of IsContributingChangedEventArgs)
AddHandler instance.IsContributingChanged, handler
public event EventHandler<IsContributingChangedEventArgs> IsContributingChanged