StateChangedEventArgs(T) Constructor (T, T)
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
previousState As T, _
state As T _
)
'Usage
Dim previousState As T
Dim state As T
Dim instance As New StateChangedEventArgs(previousState, _
state)
public StateChangedEventArgs(
T previousState,
T state
)
Parameters
- previousState
Type: T
- state
Type: T
See Also
Reference
StateChangedEventArgs<(Of <(<'T>)>)> Class
StateChangedEventArgs<(Of <(<'T>)>)> Members