KeyPressEventArgs Constructor

Summary

The object constructor for the KeyDownEventArgs object.

Syntax
C#
VB
C++
public KeyPressEventArgs( 
   short keyAscii 
) 
Public Function New( _ 
   ByVal keyAscii As Short _ 
) 
public: 
KeyPressEventArgs(  
   short keyAscii 
) 

Parameters

keyAscii
The short integer ASCII code value identifying which key was pressed.

Remarks

This constructer is called internally when an KeyDownEvent occurs.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly