@viewModel NumericControl.Content.Examples.Numeric2ViewModel, NumericControl Numeric Control Test Page - Using staticCommand

Example page - using staticCommand



Notes:
  • Only Example 7 has a Changed event handler assigned to it on the page.
  • Changing the value in Example 7 without setting values of Examples 2 + 3 does fire the Changed event on the Numeric2 control.
  • In the control, when checking for an assigned listener to notify, there is none assigned (there should be), the page does not get notified of the event.
  • It seems the event listener is not being re-assigned during the postback. Maybe it is an order of operations issue?