Skip to main content
A newer version of this page is available. .
Tab

ASPxSpinEdit.NumberChanged Event

Fires after the editor’s ASPxSpinEdit.Number property has been changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public event EventHandler NumberChanged

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