StateChangedEventArgs<T>.PreviousState Property

Definition

Gets the previous state for the object.

public:
 property T PreviousState { T get(); };
public T PreviousState { get; }
member this.PreviousState : 'T
Public ReadOnly Property PreviousState As T

Property Value

T

Gets the previous state for this event.

Applies to