@viewModel NumericControl.Content.Examples.Numeric3ViewModel, NumericControl Numeric Control Test Page

Example page - using SuppressPostbackHandle



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 not fire the Changed event on the Numeric2 control.
  • The client-side page validation is executed, failing.
  • The postback is cancelled and the page does not get notified of the event.
  • Setting the values of 2 + 3 and then changing the value of 7 will then fire the event on the server.