Edit

Share via


LocalOwnerPresence.AutomaticPublicationStateChanged Event

Definition

Raised when the state of automatic publications changes.

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

Event Type

Remarks

Automatic presence publication will only be done when AutomaticPresencePublicationEnabled or AutomaticPresencePublicationEnabled is set to true.

Applies to