Class KeyboardVisibleChangedEventArgs
Provides data for an event that occurs when the visibility of the on-screen keyboard changes.
public class KeyboardVisibleChangedEventArgs : BaseEventArgs
- Inheritance
-
KeyboardVisibleChangedEventArgs
Constructors
- KeyboardVisibleChangedEventArgs()
Initializes a new instance of the KeyboardVisibleChangedEventArgs class.
- KeyboardVisibleChangedEventArgs(bool, double)
Initializes a new instance of the KeyboardVisibleChangedEventArgs class with the specified visibility and height.
Properties
- Height
Gets or sets the height of the on-screen keyboard in device-independent units (DIPs).
- IsVisible
Gets or sets a value indicating whether the on-screen keyboard is visible.