ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChart Class / Series_CollectionChanged Method

In This Topic
    Series_CollectionChanged Method (FlexChart)
    In This Topic
    CollectionChanged event handler.
    Syntax
    'Declaration
     
    Protected Overridable Sub Series_CollectionChanged( _
       ByVal sender As Object, _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void Series_CollectionChanged( 
       object sender,
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    sender
    e
    See Also