PresencePublicationStateChangedEventArgs Class
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.
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
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>) |