FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / OnSelectionChanged Method
The System.EventArgs instance containing the event data.


In This Topic
OnSelectionChanged Method (FpChart)
In This Topic
Called when selection changed.
Syntax
'Declaration
 
Protected Overridable Sub OnSelectionChanged( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpChart
Dim e As EventArgs
 
instance.OnSelectionChanged(e)

Parameters

e
The System.EventArgs instance containing the event data.
See Also