다음을 통해 공유


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