Click or drag to resize

E3DKeyPressEventHandler Delegate

[Missing <summary> documentation for "T:Demo3D.Common.E3DKeyPressEventHandler"]


Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public delegate void E3DKeyPressEventHandler(
	Object sender,
	E3DKeyPressEventArgs e
)

Parameters

sender  Object
 
e  E3DKeyPressEventArgs
 
See Also