WebPartVerb.TrackViewState Method

Definition

Tracks view-state changes to a verb so the changes can be stored in the verb's StateBag object.

protected:
 virtual void TrackViewState();
protected virtual void TrackViewState ();
abstract member TrackViewState : unit -> unit
override this.TrackViewState : unit -> unit
Protected Overridable Sub TrackViewState ()

Remarks

This method enables view state to be tracked for a WebPartVerb.

Applies to