Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface / TitleTextChanged Event


In This Topic
TitleTextChanged Event
In This Topic
Occurs when the tab text or caption text changes.
Syntax
'Declaration
 
Event TitleTextChanged As EventHandler
 
'Usage
 
Dim instance As IView
Dim handler As EventHandler
 
AddHandler instance.TitleTextChanged, handler
See Also