AVModality.IsContributingChanged Event
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