Click or drag to resize
Wizard .NET Library

ThemedImageButtonOnGotFocus Method

Raises the GotFocus event.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
protected override void OnGotFocus(
	EventArgs e
)
Request Example View Source

Parameters

e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also