AsyncLocalValueChangedArgs<T>.PreviousValue Property

Definition

Gets the data's previous value.

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

Property Value

T

The data's previous value.

Applies to