Raises the GotFocus event.
Namespace: Dapfor.Net.DiagnosticsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
protected override void OnGotFocus( EventArgs e ) |
| Visual Basic |
|---|
Protected Overrides Sub OnGotFocus ( e As EventArgs ) |
| Visual C++ |
|---|
protected: virtual void OnGotFocus( EventArgs^ e ) override |
| F# |
|---|
abstract OnGotFocus : e : EventArgs -> unit override OnGotFocus : e : EventArgs -> unit |
Parameters
- e
- Type: System..::..EventArgs
An EventArgs that contains the event data.