OnSelectionChanged Method (FpChart)
Called when selection changed.
protected virtual void OnSelectionChanged(
EventArgs
)
'Declaration
Protected Overridable Sub OnSelectionChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpChart
Dim e As EventArgs
instance.OnSelectionChanged(e)
Parameters
- e
- The System.EventArgs instance containing the event data.