Intersoft ClientUI Documentation
OnContentChanged Method (ToolTip)



The old value of the Content property.
The new value of the Content property.
Called when the value of the Content property changes.
Syntax
Protected Overrides Sub OnContentChanged( _
   ByVal oldContent As Object, _
   ByVal newContent As Object _
) 
Dim instance As ToolTip
Dim oldContent As Object
Dim newContent As Object
 
instance.OnContentChanged(oldContent, newContent)
protected override void OnContentChanged( 
   object oldContent,
   object newContent
)
protected:
void OnContentChanged( 
   Object^ oldContent,
   Object^ newContent
) override 

Parameters

oldContent
The old value of the Content property.
newContent
The new value of the Content 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

ToolTip Class
ToolTip Members

Send Feedback