Namespace: P4s3CrashNarr
Assembly: P4s3CrashNarr (in P4s3CrashNarr.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
private void Form1_KeyPress(
	Object sender,
	KeyPressEventArgs e
)
Visual Basic
Private Sub Form1_KeyPress ( 
	sender As Object,
	e As KeyPressEventArgs
)
Visual C++
private:
void Form1_KeyPress(
	Object^ sender, 
	KeyPressEventArgs^ e
)

See Also