For internal use only.
[Visual Basic]
Public Event SeriesCollectionChangedHandler() As XYValueChangedEventHandler[C#]
public event XYValueChangedEventHandler SeriesCollectionChangedHandler();The event handler receives an argument of type XYVAlueChangedEventArgs containing data related to this event. The following XYVAlueChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| NewValue | For internal use only. |
| OldValue | For internal use only. |
| PropertyName | For internal use only. |
SeriesCollection Class | SeriesCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.