Intersoft ClientUI Documentation
OnTitleChanged(Object,Object) Method



The old value of the Title property.
The new value of the Title property.
Called when the Title property changes.
Syntax
Protected Overridable Sub OnTitleChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Dim instance As Series
Dim oldValue As Object
Dim newValue As Object
 
instance.OnTitleChanged(oldValue, newValue)
protected virtual void OnTitleChanged( 
   object oldValue,
   object newValue
)
protected:
virtual void OnTitleChanged( 
   Object^ oldValue,
   Object^ newValue
) 

Parameters

oldValue
The old value of the Title property.
newValue
The new value of the Title property.
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