Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / View Object

In This Topic
View Object Events
In This Topic

For a list of all members of this type, see View members.

Public Events
 NameDescription
Public EventOccurs when the view is closed.  
Public EventOccurs when the view is about to close. This event can be cancelled by setting the return value. If set to False (the default), closing is canceled. If set to True, closing continues.  
Public EventOccurs when a view is deselected.  
Public EventOccurs when a view is selected.  
Public EventOccurs when tab text or caption text changes.  
Top
See Also