TextInputDialog.OnInitialized(EventArgs) 方法

定义

处理初始化。 在这种情况下,在数据绑定完成后,文本框中的所有内容都处于选中状态。

protected:
 override void OnInitialized(EventArgs ^ e);
protected override void OnInitialized (EventArgs e);
override this.OnInitialized : EventArgs -> unit
Protected Overrides Sub OnInitialized (e As EventArgs)

参数

e
EventArgs

事件自变量。

适用于