Attachmate.Reflection Assembly > Attachmate.Reflection.UserInterface Namespace : IView Interface |
For a list of all members of this type, see IView members.
Name | Description | |
---|---|---|
![]() | Closed | Occurs when the view is closed. |
![]() | Closing | Occurs 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. |
![]() | Deselected | Occurs when a view is deselected. |
![]() | Selected | Occurs when a view is selected. |
![]() | TitleTextChanged | Occurs when the tab text or caption text changes. |