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 개체입니다.

적용 대상