Table of Contents

Constructor GotFocusEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GotFocusEventArgs()

Initializes a new instance of the GotFocusEventArgs class.

public GotFocusEventArgs()

GotFocusEventArgs(AbstractControl?)

Initializes a new instance of the GotFocusEventArgs class.

public GotFocusEventArgs(AbstractControl? oldFocusedControl)

Parameters

oldFocusedControl AbstractControl

The control that was focused. If Null, some native control was focused (possibly outside the application) and it can not be casted to the AbstractControl.