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