StateChanged Event

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

See Also

Reference

MediaFlow Class

MediaFlow Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace