ConnectionDialog.OnLoad(EventArgs) 方法

定義

會觸發負載事件。

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

參數

e
EventArgs

包含事件資料的 EventArgs 物件。

適用於