MoveTo

This event is triggered when the user changes focus from one object to another.

You can add code to this event procedure to perform actions when the user changes the focus. For example, see Example: Presenting a Dynamic Field List.

Tip: When moving from one object to another in a tree, the MoveTo event is not triggered. However, it is possible to trigger the event for Requirement trees. For details, see the ENABLE_ENTITY_SELECTION_TREE_REQ_MOVE_TO site parameter.

Syntax

<entity>_MoveTo

Type

Sub

Availability

  • AnalysisItem_MoveTo

  • AnalysisItemFolder_MoveTo

  • Baseline_MoveTo

  • Bug_MoveTo

  • BusinessModel_MoveTo

  • BusinessModelActivity_MoveTo

  • BusinessModelFolder_MoveTo

  • BusinessModelPath_MoveTo

  • Component_MoveTo

  • ComponentFolder_MoveTo (formerly MoveToComponentFolder)

  • ComponentStep_MoveTo

  • Cycle_MoveTo

  • DashboardFolder_MoveTo

  • DashboardPage_MoveTo

  • DesignStep_MoveTo

  • Library_MoveTo

  • LibraryFolder_MoveTo

  • Release_MoveTo

  • ReleaseFolder_MoveTo

  • Req_MoveTo

  • Resource_MoveTo

  • ResourceFolder_MoveTo

  • Run_MoveTo

  • Step_MoveTo

  • Test_MoveTo

  • TestConfiguration_MoveTo

  • TestFolder_MoveTo

  • TestSet_MoveTo

  • TestSetFolder_MoveTo

  • TestSetTests_MoveTo