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

In This Topic
    IView Interface Events
    In This Topic

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

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