ActiveReports.Chart Request technical support
KeyUp Event
See Also 


Occurs when a key is released while the control has focus.

Syntax

Visual Basic (Declaration) 
Public Event KeyUp() As KeyEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim handler As KeyEventHandler
 
AddHandler instance.KeyUp, handler
C# 
public event KeyEventHandler KeyUp()

See Also