Method RaiseKeyboardHidden
RaiseKeyboardHidden()
Notifies subscribers that the software keyboard has been hidden and updates the keyboard visibility state accordingly.
public virtual void RaiseKeyboardHidden()
Remarks
This method sets the keyboard visibility to hidden and resets the keyboard height to zero. It then raises the KeyboardVisibleChanged event to inform listeners of the change. Call this method when the keyboard is dismissed to ensure that the application state remains consistent.