Edit

Share via


ApplicationEndpoint.OwnerPropertiesChanged Event

Definition

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

public:
 event EventHandler<Microsoft::Rtc::Collaboration::ApplicationEndpointOwnerPropertiesChangedEventArgs ^> ^ OwnerPropertiesChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.ApplicationEndpointOwnerPropertiesChangedEventArgs> OwnerPropertiesChanged;
member this.OwnerPropertiesChanged : EventHandler<Microsoft.Rtc.Collaboration.ApplicationEndpointOwnerPropertiesChangedEventArgs> 
Public Custom Event OwnerPropertiesChanged As EventHandler(Of ApplicationEndpointOwnerPropertiesChangedEventArgs) 

Event Type

Remarks

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

Applies to