ASPxSpinEdit.NumberChanged Event
Fires after the editor’s ASPxSpinEdit.Number property has been changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Event Data
The NumberChanged event's data class is EventArgs.
Remarks
The NumberChanged event occurs after the ASPxSpinEdit.Number property has been changed.
Note
The NumberChanged event’s generation depends upon the settings of the ASPxEdit.AutoPostBack property and the ASPxClientProcessingModeEventArgs.processOnServer property passed to the corresponding client ASPxClientSpinEdit.NumberChanged event, if it is handled. refer to the descriptions of these properties for more information.
See Also