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