Spread Windows Forms 12.0 Product Documentation
OnSelectionChanged Method (FpChart)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FpChart Class : OnSelectionChanged Method
The System.EventArgs instance containing the event data.
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)
protected virtual void OnSelectionChanged( 
   EventArgs e
)

Parameters

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

Reference

FpChart Class
FpChart Members