Table of Contents

Event KeyboardVisibleChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the visibility of the on-screen keyboard changes.

public event EventHandler<KeyboardVisibleChangedEventArgs>? KeyboardVisibleChanged

Returns

EventHandler<KeyboardVisibleChangedEventArgs>
Occurs when the visibility of the on-screen keyboard changes.
Implements