PropertyViewer.OnLostFocus Method
Raises the LostFocus event.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnLostFocus ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnLostFocus(e)
protected override void OnLostFocus(
EventArgs e
)
protected:
virtual void OnLostFocus(
EventArgs^ e
) override
abstract OnLostFocus :
e:EventArgs -> unit
override OnLostFocus :
e:EventArgs -> unit
protected override function OnLostFocus(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
An [EventArgs] that contains the event data.