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


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

    Parameters

    e
    See Also