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