Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / OnKeyUp Method
A System.Windows.Forms.KeyEventArgs that contains the event data.


In This Topic
OnKeyUp Method (FpChart)
In This Topic
Syntax
'Declaration
 
Protected Overrides Sub OnKeyUp( _
   ByVal e As KeyEventArgs _
) 
 
'Usage
 
Dim instance As FpChart
Dim e As KeyEventArgs
 
instance.OnKeyUp(e)

Parameters

e
A System.Windows.Forms.KeyEventArgs that contains the event data.
See Also