Spread Windows Forms 12.0 Product Documentation
OnChanged Method (PlotArea)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PlotArea Class : OnChanged Method
An EventArgs that contains the event data.
Causes the Changed event to occur.
Syntax
'Declaration
 
Protected Overridable Sub OnChanged( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As PlotArea
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

PlotArea Class
PlotArea Members