DataKey.IStateManager.TrackViewState Method

Definition

Marks the starting point at which to begin tracking and saving view-state changes to the DataKey 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

This method is overridden to mark the starting point at which to begin tracking and saving changes to the DataKey object as part of the object's view state.

Applies to

See also