Represents information received when the recorder's state changes.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
RecorderStateChangedEventArgs _
	
Inherits 

StateChangedEventArgs(
Of 

RecorderState)
C#
public 
class 
RecorderStateChangedEventArgs : 

StateChangedEventArgs<

RecorderState>
Visual C++
public 
ref class 
RecorderStateChangedEventArgs : 
public 

StateChangedEventArgs<

RecorderState>
JavaScript

Microsoft.Rtc.Collaboration.AudioVideo.RecorderStateChangedEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.AudioVideo.RecorderStateChangedEventArgs',
	

Microsoft.Rtc.Signaling.StateChangedEventArgs`1);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . StateChangedEventArgs < (Of < ( RecorderState > ) > )
       Microsoft.Rtc.Collaboration.AudioVideo . . :: . RecorderStateChangedEventArgs

See Also