Skip to main content
Version: Streamsheets 2.5

ONVALUECHANGE

Assign a function, that will be executed, if the a status value of a drawing item changes (e.g. Button pressed, Slider Value changes). The event handling is only active, if the process is running.

info

ONVALUECHANGE() only works for knobs and slider.

Syntax

ONVALUECHANGE(Function)

Arguments

NameDescription
FunctionFunction to execute.

Return Value

TRUE.

Example

FunctionComment
DRAW.SLIDER("629008621822",,"Slider1",6588,2832,7885,2090,,,, EVENTS(ONVALUECHANGE(DELETECELLS(A8:B12))),,,"Slider",,50,0,100,10)If the status/value of the slider changes, the range content is deleted.