FlexChart | ComponentOne
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 System.Object, _
       ByVal e As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void Series_CollectionChanged( 
       System.object sender,
       System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    )

    Parameters

    sender
    e
    See Also