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