Table of Contents

Method RaiseKeyboardVisibleChanged

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

RaiseKeyboardVisibleChanged(KeyboardVisibleChangedEventArgs?)

Raises the KeyboardVisibleChanged event with the specified event arguments.

public virtual void RaiseKeyboardVisibleChanged(KeyboardVisibleChangedEventArgs? e = null)

Parameters

e KeyboardVisibleChangedEventArgs

The event arguments. Optional. If not specified, defaults to the current keyboard visibility state.