Creates a new instance of the RecorderStateChangedEventArgs class.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
previousState 
As 

RecorderState, _
	
newState 
As 

RecorderState _
)
C#
public 
RecorderStateChangedEventArgs(
	

RecorderState 
previousState,
	

RecorderState 
newState
)
Visual C++
public:
RecorderStateChangedEventArgs(
	

RecorderState 
previousState, 
	

RecorderState 
newState
)
JavaScript

Microsoft.Rtc.Collaboration.AudioVideo.RecorderStateChangedEventArgs
= 
function(
previousState, 
newState);

Parameters

previousState
Type: Microsoft.Rtc.Collaboration.AudioVideo . . :: . RecorderState
The recorder's previous state.
newState
Type: Microsoft.Rtc.Collaboration.AudioVideo . . :: . RecorderState
The recorder's new state.

See Also