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. |