SqlDialogPage.OnApply Method (DialogPage.PageApplyEventArgs)

 

Applies To: SQL Server 2016 Preview

Handles Apply messages from the Visual Studio environment.

Namespace:   RadLangSvc
Assembly:  RadLangSvc (in RadLangSvc.dll)

Syntax

protected override void OnApply(
    DialogPage.PageApplyEventArgs e
)
protected:
virtual void OnApply(
    DialogPage::PageApplyEventArgs^ e
) override
override OnApply : 
        e:DialogPage.PageApplyEventArgs -> unit
Protected Overrides Sub OnApply (
    e As DialogPage.PageApplyEventArgs
)

Parameters

See Also

SqlDialogPage Class
RadLangSvc Namespace

Return to top