Partager via


RecorderStateChangedEventArgs Constructor

Creates a new instance of the RecorderStateChangedEventArgs class.

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

Syntax

'Declaration
Public Sub New ( _
    previousState As RecorderState, _
    newState As RecorderState _
)
'Usage
Dim previousState As RecorderState
Dim newState As RecorderState

Dim instance As New RecorderStateChangedEventArgs(previousState, _
    newState)
public RecorderStateChangedEventArgs(
    RecorderState previousState,
    RecorderState newState
)

Parameters

See Also

Reference

RecorderStateChangedEventArgs Class

RecorderStateChangedEventArgs Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace