BaseDataBoundControl.ConfirmInitState 方法
定义
设置数据绑定控件的初始化状态。Sets the initialized state of the data-bound control.
protected:
void ConfirmInitState();
protected void ConfirmInitState ();
member this.ConfirmInitState : unit -> unit
Protected Sub ConfirmInitState ()
注解
ConfirmInitState方法设置数据绑定控件的初始化状态。The ConfirmInitState method sets the initialized state of the data-bound control. 方法由 DataBoundControl 类在其方法中调用 OnLoad 。The method is called by the DataBoundControl class in its OnLoad method.