Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / OnLostFocus Method
An System.EventArgs that contains the event data.


In This Topic
OnLostFocus Method (ChartShape)
In This Topic
Syntax
'Declaration
 
Protected Overrides Sub OnLostFocus( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As ChartShape
Dim e As EventArgs
 
instance.OnLostFocus(e)

Parameters

e
An System.EventArgs that contains the event data.
See Also