Raised when the composing state for a remote participant changes.

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

Syntax

Visual Basic (Declaration)
Public Event 
RemoteComposingStateChanged 
As 
EventHandler(
Of 

ComposingStateChangedEventArgs)
C#
public event 
EventHandler<

ComposingStateChangedEventArgs> 
RemoteComposingStateChanged
Visual C++
public:
 
event 
EventHandler<

ComposingStateChangedEventArgs^>^ 
RemoteComposingStateChanged {
	
void 
add (
EventHandler<

ComposingStateChangedEventArgs^>^ 
value);
	
void 
remove (
EventHandler<

ComposingStateChangedEventArgs^>^ 
value);
}
JavaScript
function add_
remoteComposingStateChanged(
value);
function remove_
remoteComposingStateChanged(
value);

See Also