VantagePoint Manufacturing Controls Class Libary
Handles All The Key Pressed Event For This Control

Namespace: VantagePoint.Common.BaseClasses
Assembly:  VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)

Syntax

   
 C# 
public delegate void KeyPressedEventHandler(
	Object sender,
	Object newValue
)

Parameters

sender
Object
KeyPad
newValue
Object
Value Of The Pressed Key

See Also