Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / OnClosed Method
The System.EventArgs that contains the event data.


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

Parameters

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