WebPart.TrackViewState Method

Definition

Causes the control to track changes to its view state so they can be stored in the object's ViewState property.

protected:
 override void TrackViewState();
protected override void TrackViewState ();
override this.TrackViewState : unit -> unit
Protected Overrides Sub TrackViewState ()

Applies to

See also