SqlDialogPage.OnApply(DialogPage+PageApplyEventArgs) Method

Definition

Handles Apply messages from the Visual Studio environment.

protected:
 override void OnApply(Microsoft::VisualStudio::Shell::DialogPage::PageApplyEventArgs ^ e);
protected override void OnApply (Microsoft.VisualStudio.Shell.DialogPage.PageApplyEventArgs e);
override this.OnApply : Microsoft.VisualStudio.Shell.DialogPage.PageApplyEventArgs -> unit
Protected Overrides Sub OnApply (e As DialogPage.PageApplyEventArgs)

Parameters

Applies to