The ________ event is raised when the value selected in a ComboBox changes.
a) ValueChanged
b) SelectedIndexChanged
c) SelectedItemChanged
d) IndexChanged
e) StateChanged
b) SelectedIndexChanged
Computer Science & Information Technology
You might also like to view...
Which of the following statements deletes the first node of a linear linked list that has 10 nodes?
a. head->next = cur->next; b. prev->next = cur->next; c. head = head->next; d. head = NULL;
Computer Science & Information Technology
State the formal definition of a “general tree”
What will be an ideal response?
Computer Science & Information Technology