nerdexam
Microsoft

MB2-701 · Question #10

You develop JavaScript code that adds a function to a form's OnSave event by using the addOnSave method. Where is the function placed in the form event pipeline?

The correct answer is C. The end of the form event pipeline. See the full explanation below for the reasoning.

Question

You develop JavaScript code that adds a function to a form's OnSave event by using the addOnSave method. Where is the function placed in the form event pipeline?

Options

  • AA random position in the form event pipeline
  • BA position in the form event pipeline that is determined by a parameter value of the addOnSave
  • CThe end of the form event pipeline
  • DThe beginning of the form event pipeline

How the community answered

(66 responses)
  • A
    8% (5)
  • B
    3% (2)
  • C
    73% (48)
  • D
    17% (11)

Community Discussion

No community discussion yet for this question.

Full MB2-701 Practice