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