ApplicationEndpoint.OwnerPropertiesChanged Event

Raised when any of the application endpoint owner's properties change.

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

Syntax

'Declaration
Public Event OwnerPropertiesChanged As EventHandler(Of ApplicationEndpointOwnerPropertiesChangedEventArgs)
'Usage
Dim instance As ApplicationEndpoint
Dim handler As EventHandler(Of ApplicationEndpointOwnerPropertiesChangedEventArgs)

AddHandler instance.OwnerPropertiesChanged, handler
public event EventHandler<ApplicationEndpointOwnerPropertiesChangedEventArgs> OwnerPropertiesChanged

Remarks

This event will only be raised for auto-provisioned endpoints.

See Also

Reference

ApplicationEndpoint Class

ApplicationEndpoint Members

Microsoft.Rtc.Collaboration Namespace