Table of Contents

Constructor KeyboardVisibleChangedEventArgs

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

KeyboardVisibleChangedEventArgs()

Initializes a new instance of the KeyboardVisibleChangedEventArgs class.

public KeyboardVisibleChangedEventArgs()

KeyboardVisibleChangedEventArgs(bool, double)

Initializes a new instance of the KeyboardVisibleChangedEventArgs class with the specified visibility and height.

public KeyboardVisibleChangedEventArgs(bool isVisible, double height)

Parameters

isVisible bool

The visibility of the on-screen keyboard.

height double

The height of the on-screen keyboard in device-independent units (DIPs).