RemoteComposingStateChanged Event

Raised when "typing state" for some remote participant changes.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event RemoteComposingStateChanged As EventHandler(Of ComposingStateChangedEventArgs)
'Usage
Dim instance As InstantMessagingFlow
Dim handler As EventHandler(Of ComposingStateChangedEventArgs)

AddHandler instance.RemoteComposingStateChanged, handler
public event EventHandler<ComposingStateChangedEventArgs> RemoteComposingStateChanged

See Also

Reference

InstantMessagingFlow Class

InstantMessagingFlow Members

Microsoft.Rtc.Collaboration Namespace