OnChanged Method (PiePlotArea)
Causes the Changed event to occur.
protected virtual void OnChanged(
EventArgs
)
'Declaration
Protected Overridable Sub OnChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As PiePlotArea
Dim e As EventArgs
instance.OnChanged(e)
Parameters
- e
- An EventArgs that contains the event data.