HotSpot.IStateManager.TrackViewState Method

Definition

Instructs the HotSpot region to track changes to its view state.

C#
void IStateManager.TrackViewState();

Implements

Remarks

Typically, you should use the HotSpot.TrackViewState method to start tracking view-state changes for the HotSpot region.

The IStateManager.TrackViewState method is an explicit interface member implementation. It can be used only when a HotSpot instance is cast to an IStateManager interface.

Notes to Inheritors

To define a custom implementation for tracking view state for a HotSpot object, override the TrackViewState() member. The explicit interface implementation calls the TrackViewState() method to initialize view-state tracking for the object.

Applies to

Produkt Verzie
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also