Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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