It would really help to have a LostFocus event for the major controls like: Buttons, EditText, Panel, ListView, Etc. There would be many new options in programming with these LostFocus events.
EditText already supports this event: FocusChanged (HasFocus As Boolean)
HasFocus will be false when the focus is lost. The other views don't really catch the focus as long as the user is in "touch mode".
EditText already supports this event: FocusChanged (HasFocus As Boolean)
HasFocus will be false when the focus is lost. The other views don't really catch the focus as long as the user is in "touch mode".