Click or drag to resize
Wizard .NET Library

WizardPageContainerOnGotFocus 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
An EventArgs that contains the event data.
See Also