Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / YPlotArea Class / OnChanged Method


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

    Parameters

    e
    See Also