Event arguments that contain the data related to composing state of the remote participant. on the InstantMessagingCall.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
ComposingStateChangedEventArgs _
	
Inherits 
EventArgs
C#
public 
class 
ComposingStateChangedEventArgs : 
EventArgs
Visual C++
public 
ref class 
ComposingStateChangedEventArgs : 
public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.ComposingStateChangedEventArgs =

function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.ComposingStateChangedEventArgs',
	
EventArgs);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration . . :: . ComposingStateChangedEventArgs

See Also