ToolBarOnGotFocus Method

Raises the GotFocus event.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
protected override void OnGotFocus(
	EventArgs e
)

Parameters

e  EventArgs
System.EventArgs.EventArgs

Field Value

A EventArgs that contains the event data.

See Also