Constructor LostFocusEventArgs
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
- newFocusedControlAbstractControl
- 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.