In This Topic

KeyUp Event

In This Topic
Syntax
'Declaration
 
Public Event KeyUp As KeyEventHandler
public event KeyEventHandler KeyUp
public event KeyUp: KeyEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event KeyEventHandler* KeyUp
public:
event KeyEventHandler^ KeyUp
See Also