Constructor KeyboardVisibleChangedEventArgs
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)