SqlScriptEditorControl.OnShowTemplateParamsGrid(Object, EventArgs) Method

Definition

Displays template parameters. The Substitution grid is a modal dialog box.

protected:
 void OnShowTemplateParamsGrid(System::Object ^ sender, EventArgs ^ e);
protected void OnShowTemplateParamsGrid (object sender, EventArgs e);
member this.OnShowTemplateParamsGrid : obj * EventArgs -> unit
Protected Sub OnShowTemplateParamsGrid (sender As Object, e As EventArgs)

Parameters

sender
Object

The sender Object.

e
EventArgs

The EventArgs object.

Applies to