Spread Windows Forms 12.0 Product Documentation
OnChanged Method (BoxWhiskerSeriesCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > BoxWhiskerSeriesCollection Class : OnChanged Method
An EventArgs that contains the event data.
Raises the Changed event.
Syntax
'Declaration
 
Protected Overridable Sub OnChanged( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As BoxWhiskerSeriesCollection
Dim e As EventArgs
 
instance.OnChanged(e)
protected virtual void OnChanged( 
   EventArgs e
)

Parameters

e
An EventArgs that contains the event data.
See Also

Reference

BoxWhiskerSeriesCollection Class
BoxWhiskerSeriesCollection Members