DetailsView.TrackViewState 方法
定义
标记开始跟踪并对 DetailsView 控件的视图状态更改进行保存的起始点。Marks the starting point to begin tracking and saving view-state changes to the DetailsView control.
protected:
override void TrackViewState();
protected override void TrackViewState ();
override this.TrackViewState : unit -> unit
Protected Overrides Sub TrackViewState ()
注解
此方法被重写,以标记开始跟踪并将更改保存为控件的视图状态的一部分的起始点。This method is overridden to mark the starting point to begin tracking and saving changes to the control as part of the control's view state.