RefreshStateChangedEventArgs.OldState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the previous state of the RefreshVisualizer.
public:
property RefreshVisualizerState OldState { RefreshVisualizerState get(); };
RefreshVisualizerState OldState();
public RefreshVisualizerState OldState { get; }
var refreshVisualizerState = refreshStateChangedEventArgs.oldState;
Public ReadOnly Property OldState As RefreshVisualizerState
Property Value
An enumeration value that indicates the previous state of the RefreshVisualizer.