DataConnectionPromptDialog.OnLoad(EventArgs) Method

Definition

Loads properties from the IVsDataConnectionSupport current object instance used in this class into the dialog box controls.

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

A EventArgs object containing the load event data.

Applies to