Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ParetoSeries Class / OnChanged Method


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

    Parameters

    e
    See Also