MediaFlow.StateChanged Event
Raised when the state of MediaFlow has changed.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event StateChanged As EventHandler(Of MediaFlowStateChangedEventArgs)
'Usage
Dim instance As MediaFlow
Dim handler As EventHandler(Of MediaFlowStateChangedEventArgs)
AddHandler instance.StateChanged, handler
public event EventHandler<MediaFlowStateChangedEventArgs> StateChanged