ASPxTrackBar.PositionChanged Event
Fires after a track bar position has been changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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