共用方式為


DataConnectionPromptDialog.OnFormClosing 方法

FormClosingEventArgs 事件的事件處理常式。

命名空間:  Microsoft.VisualStudio.Data
組件:  Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)

語法

'宣告
Protected Overrides Sub OnFormClosing ( _
    e As FormClosingEventArgs _
)
protected override void OnFormClosing(
    FormClosingEventArgs e
)
protected:
virtual void OnFormClosing(
    FormClosingEventArgs^ e
) override
abstract OnFormClosing : 
        e:FormClosingEventArgs -> unit  
override OnFormClosing : 
        e:FormClosingEventArgs -> unit
protected override function OnFormClosing(
    e : FormClosingEventArgs
)

參數

  • e
    類型:FormClosingEventArgs

    在 OnFormClosing 事件的引數。

.NET Framework 安全性

請參閱

參考

DataConnectionPromptDialog 類別

Microsoft.VisualStudio.Data 命名空間

DataConnectionPromptDialog