Multiple choice technology web technology

Which of the Events (states) are not available in any silverlight control

  1. Click

  2. Double Click

  3. Pressed

  4. Normal

  5. Valid

  6. InvalidFocused

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Silverlight controls do not natively support a DoubleClick event, unlike traditional Windows Forms controls. The Click event is available, as are states like Pressed, Normal, Valid, and InvalidFocused, but DoubleClick is not part of the Silverlight control event model.