StateChanged Event

Raised when the state changes.

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

Syntax

'Declaration
Public Event StateChanged As EventHandler(Of LocalEndpointStateChangedEventArgs)
'Usage
Dim instance As LocalEndpoint
Dim handler As EventHandler(Of LocalEndpointStateChangedEventArgs)

AddHandler instance.StateChanged, handler
public event EventHandler<LocalEndpointStateChangedEventArgs> StateChanged

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace