RefreshStateChangedEventArgs.OldState Property

Definition

Gets a value that indicates the previous state of the RefreshVisualizer.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RefreshStateChangedEventArgs.OldState (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

C#
public RefreshVisualizerState OldState { get; }

Property Value

An enumeration value that indicates the previous state of the RefreshVisualizer.

Applies to

Product Versions
WinRT Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also