ApplicationEndpoint.OwnerPropertiesChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.