Bearbeiten

EditorZoneBase.TrackViewState Method

Definition

Tracks changes to a zone control's view state.

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

Remarks

The TrackViewState method first calls the base method to track view state associated with an EditorZoneBase zone, and then begins tracking view state for the apply, cancel, and OK verbs.

Applies to

See also