Intersoft ClientUI Documentation
OnSeriesHostPropertyChanged Method (Series)



The value to be replaced.
The new series host value.
Called when the value of the SeriesHost property changes.
Syntax
Protected Overridable Sub OnSeriesHostPropertyChanged( _
   ByVal oldValue As ISeriesHost, _
   ByVal newValue As ISeriesHost _
) 
Dim instance As Series
Dim oldValue As ISeriesHost
Dim newValue As ISeriesHost
 
instance.OnSeriesHostPropertyChanged(oldValue, newValue)
protected virtual void OnSeriesHostPropertyChanged( 
   ISeriesHost oldValue,
   ISeriesHost newValue
)
protected:
virtual void OnSeriesHostPropertyChanged( 
   ISeriesHost^ oldValue,
   ISeriesHost^ newValue
) 

Parameters

oldValue
The value to be replaced.
newValue
The new series host 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

Series Class
Series Members

Send Feedback