ActiveReports.Chart Request technical support
PreviewKeyDown Event
See Also 


Occurs before the KeyDown event when a key is pressed while focus is on this control.

Syntax

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

See Also