Spread Windows Forms 12.0 Product Documentation
OnKeyUp Method (FpChart)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FpChart Class : OnKeyUp Method
A System.Windows.Forms.KeyEventArgs that contains the event data.
Raises the System.Windows.Forms.Control.KeyUp event.
Syntax
'Declaration
 
Protected Overrides Sub OnKeyUp( _
   ByVal e As KeyEventArgs _
) 
'Usage
 
Dim instance As FpChart
Dim e As KeyEventArgs
 
instance.OnKeyUp(e)
protected override void OnKeyUp( 
   KeyEventArgs e
)

Parameters

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

Reference

FpChart Class
FpChart Members