Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / StatusTextChanged Event


In This Topic
StatusTextChanged Event
In This Topic
Occurs when the Web browser status text changes.
Syntax
'Declaration
 
Event StatusTextChanged As EventHandler
 
'Usage
 
Dim instance As IWebControl
Dim handler As EventHandler
 
AddHandler instance.StatusTextChanged, handler
See Also