Creates KeyPressEvent object.
public KeyPressEvent( char keyChar )
public KeyPressEvent( Object extendedInfo, char keyChar )
keyChar
The character the user composed.
extendedInfo
Additional information supplied by com.ms.wfc.html events. You should not pass a value for this parameter outside the context of the com.ms.wfc.html package. For more information, see Event.extendedInfo and DhEventInfo.