AsyncLocalValueChangedArgs<T>.PreviousValue Propiedad

Definición

Obtiene el valor anterior de los datos.

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

Valor de propiedad

T

Valor anterior de los datos.

Se aplica a