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 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.