StateChangedEventArgs<T> 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 a Generic class for reporting state changed event. This class provides the old and new state.
generic <typename T>
public ref class StateChangedEventArgs : EventArgs
public class StateChangedEventArgs<T> : EventArgs
type StateChangedEventArgs<'T> = class
inherit EventArgs
Public Class StateChangedEventArgs(Of T)
Inherits EventArgs
Type Parameters
- T
- Inheritance
-
StateChangedEventArgs<T>
- Derived
Constructors
StateChangedEventArgs<T>(T, T) |
Initializes a new instance of the class to be used for a normal state changed event. The caller should provide both old and new states to indicate the transition. |
Properties
PreviousState |
Gets the previous state for the object. |
State |
Gets the new state for the object. |
Methods
ToString() |
Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}. |