17 this.KeyboardHeight = keyboardHeight;
18 this.IsVisible = isVisible;
Event data describing an update to the keyboard inset height.
double KeyboardHeight
Gets the keyboard height measured in device-independent units.
KeyboardInsetChangedEventArgs(double keyboardHeight, bool isVisible)
Initializes a new instance of the KeyboardInsetChangedEventArgs class.
bool IsVisible
Gets a value indicating whether the keyboard is currently visible.