DataConnectionPromptDialog.OnFormClosing Method
Event handler for the FormClosingEventArgs event.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
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
)
Parameters
e
Type: System.Windows.Forms.FormClosingEventArgsArgument on the OnFormClosing event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataConnectionPromptDialog Class