For internal use only.
[Visual Basic]
Public Event ValueChangedEvent() As XYValueChangedEventHandler
[C#]
public event XYValueChangedEventHandler ValueChangedEvent();
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. |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.