1 override of OnFinishButtonClick
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
70
protected override void
OnFinishButtonClick
(object sender, EventArgs e)
2 references to OnFinishButtonClick
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
74
base.
OnFinishButtonClick
(sender, e);
System\Data\WebControls\Design\Util\WizardForm.cs (1)
179
this._finishButton.Click += new System.EventHandler(this.
OnFinishButtonClick
);