Intersoft ClientUI Documentation
OnSeriesHostPropertyChanged Method (DataPointSeries)



Old value.
New value.
Handles changes to the SeriesHost property.
Syntax
Protected Overrides Sub OnSeriesHostPropertyChanged( _
   ByVal oldValue As ISeriesHost, _
   ByVal newValue As ISeriesHost _
) 
Dim instance As DataPointSeries
Dim oldValue As ISeriesHost
Dim newValue As ISeriesHost
 
instance.OnSeriesHostPropertyChanged(oldValue, newValue)
protected override void OnSeriesHostPropertyChanged( 
   ISeriesHost oldValue,
   ISeriesHost newValue
)
protected:
void OnSeriesHostPropertyChanged( 
   ISeriesHost^ oldValue,
   ISeriesHost^ newValue
) override 

Parameters

oldValue
Old value.
newValue
New value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataPointSeries Class
DataPointSeries Members

Send Feedback