Table of Contents

Constructor LostFocusEventArgs

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

LostFocusEventArgs()

Initializes a new instance of the LostFocusEventArgs class.

public LostFocusEventArgs()

LostFocusEventArgs(AbstractControl?)

Initializes a new instance of the LostFocusEventArgs class.

public LostFocusEventArgs(AbstractControl? newFocusedControl)

Parameters

newFocusedControl AbstractControl

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