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

ASPxTrackBar.PositionChanged Event

Fires after a track bar position has been changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public event EventHandler PositionChanged

Event Data

The PositionChanged event's data class is EventArgs.

Remarks

The PositionChanged event is raised after an end-user has finished changing an editor’s handle position. Note that for this event to fire, the ASPxEdit.AutoPostBack property should be set to true, or the processOnServer property of the ASPxClientTrackBar.PositionChanged event argument should be set to true.

See Also