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