New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnClientNumericTextBoxValueChanged

The OnClientNumericTextBoxValueChanged client-side event occurs after the user has already changed the value in the NumericTextBox.

  1. The instance of the ribbonbar firing the event

  2. An eventArgs parameter containing the following methods:

    • get_numericTextBox()

    • get_value()

In this article