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.
Gets the composing state of the participant for this event.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ComposingState As ComposingState
Get
'Usage
Dim instance As ComposingStateChangedEventArgs
Dim value As ComposingState
value = instance.ComposingState
public ComposingState ComposingState { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ComposingState
See Also
Reference
ComposingStateChangedEventArgs Class