FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FillCollection Class / OnChanged Method
An EventArgs that contains the event data.


In This Topic
OnChanged Method (FillCollection)
In This Topic
Raises the Changed event.
Syntax
'Declaration
 
Protected Overridable Sub OnChanged( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FillCollection
Dim e As EventArgs
 
instance.OnChanged(e)

Parameters

e
An EventArgs that contains the event data.
See Also