PagerSettings.IStateManager.TrackViewState Method

Definition

Marks the starting point at which to begin tracking and saving view state changes to the PagerSettings object.

 virtual void System.Web.UI.IStateManager.TrackViewState() = System::Web::UI::IStateManager::TrackViewState;
void IStateManager.TrackViewState ();
abstract member System.Web.UI.IStateManager.TrackViewState : unit -> unit
override this.System.Web.UI.IStateManager.TrackViewState : unit -> unit
Sub TrackViewState () Implements IStateManager.TrackViewState

Implements

Remarks

The IStateManager.TrackViewState method is overridden to mark the starting point at which to begin tracking and saving changes to the PagerSettings object as part of the view state for the object.

Note

The IStateManager.TrackViewState method is private and cannot be called.

Applies to

See also