Reflection
IView Interface Events

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

Public Events
 NameDescription
 EventClosedOccurs when the view is closed.  
 EventClosingOccurs when the view is about to close. The event handler can cancel the closing by setting the Cancel property of the event argument to true.  
 EventDeselectedOccurs when a view is deselected.  
 EventSelectedOccurs when a view is selected.  
 EventTitleTextChangedOccurs when the tab text or caption text changes.  
Top
See Also