C# Class Ushahidi.Common.Controls.KeyboardEventArgs

The keyboard changed event args
Inheritance: System.EventArgs
Datei anzeigen Open project: ushahidi/Ushahidi_WinMobile Class Usage Examples

Public Methods

Method Description
KeyboardEventArgs ( bool visible, int height, Control control ) : System

Method Details

KeyboardEventArgs() public method

public KeyboardEventArgs ( bool visible, int height, Control control ) : System
visible bool
height int
control System.Windows.Forms.Control
return System