BackToBackCallStateChangedEventArgs 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 information associated with a BackToBackCall state transition.
public ref class BackToBackCallStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Collaboration::BackToBackCallState>
public class BackToBackCallStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Collaboration.BackToBackCallState>
type BackToBackCallStateChangedEventArgs = class
inherit StateChangedEventArgs<BackToBackCallState>
Public Class BackToBackCallStateChangedEventArgs
Inherits StateChangedEventArgs(Of BackToBackCallState)
- 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>) |