AsyncLocalValueChangedArgs<T>.CurrentValue Property

Definition

Gets the data's current value.

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

Property Value

T

The data's current value.

Applies to