InfoConnect for Airlines VBA Guide
View Object Events

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

Events
 NameDescription
Public EventClosedOccurs when the view is closed.  
Public EventClosingOccurs 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 EventDeselectedOccurs when a view is deselected.  
Public EventSelectedOccurs when a view is selected.  
Public EventTitleTextChangedOccurs when tab text or caption text changes.  
Top
See Also