QueryExtender.TrackViewState 方法
定义
跟踪 QueryExtender 控件的视图状态更改,以使这些更改可以存储在该控件的 StateBag 对象中。Tracks view-state changes of the QueryExtender control so that the changes can be stored in the StateBag object for the control.
protected:
override void TrackViewState();
protected override void TrackViewState ();
override this.TrackViewState : unit -> unit
Protected Overrides Sub TrackViewState ()