ConnectionsZone.TrackViewState Method

Definition

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

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

Remarks

This method calls the base method in the ToolZone class and also triggers view-state tracking for the verbs associated with a ConnectionsZone control.

Applies to

See also