Edit

Share via


PresencePublicationStateChangedEventArgs Class

Definition

Represents the changes in automatic presence publication state.

public ref class PresencePublicationStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Collaboration::Presence::PresencePublicationState>
public class PresencePublicationStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Collaboration.Presence.PresencePublicationState>
type PresencePublicationStateChangedEventArgs = class
    inherit StateChangedEventArgs<PresencePublicationState>
Public Class PresencePublicationStateChangedEventArgs
Inherits StateChangedEventArgs(Of PresencePublicationState)
Inheritance
PresencePublicationStateChangedEventArgs

Properties

PreviousState

Gets the previous state for the object.

(Inherited from StateChangedEventArgs<T>)
State

Gets the new state for the object.

(Inherited from StateChangedEventArgs<T>)

Methods

ToString()

Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}.

(Inherited from StateChangedEventArgs<T>)

Applies to