Method OnUnfocused
OnUnfocused(object?, FocusEventArgs)
Handles the event when the control loses focus.
protected virtual void OnUnfocused(object? sender, FocusEventArgs e)
Parameters
sender
objectThe source of the event, typically the control that lost focus.
e
FocusEventArgsThe event data associated with the focus change.
Remarks
Derived classes can override this method to provide custom behavior when the control becomes unfocused.