Raises the GotFocus event.

Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected override void OnGotFocus(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnGotFocus ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnGotFocus(
	EventArgs^ e
) override

Parameters

e
Type: System..::.EventArgs

See Also