Constructor GotFocusEventArgs
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
- oldFocusedControlAbstractControl
- 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.