Which method returns true if the popup trigger event occurred?

a. isTrigger.
b. isPopup.
c. isPopupTrigger.
d. isTriggerEvent.

C

Computer Science & Information Technology

You might also like to view...

The default macro setting is disable all macros with ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Is the order of these steps important? Explain your answer.

Consider the following sequence of steps to add a node to the front of a linked list: - Set the reference field to refer to the first node in the current list. - Set the reference to the front of the list to refer to the new node.

Computer Science & Information Technology