Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnKeyUp Method
KeyEventArgs event arguments


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

Parameters

e
KeyEventArgs event arguments
See Also