ConnectionDialog.OnLoad(EventArgs) Method

Definition

Raises the Load event.

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

Parameters

e
EventArgs

The EventArgs object that contains the event data.

Applies to