Version 21.2

RadialMenuNumericGaugeClientEvents Class Fields

For a list of all members of this type, see RadialMenuNumericGaugeClientEvents members.

Public Fields
 NameDescription
Public FieldPendingValueChangedEvent that occurs when the PendingValue property is changed.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to radial menu widget.

Use ui.oldValue to obtain the previous value.

Use ui.newValue to obtain the new value.

Use ui.item to obtain reference to the item.

 
Public FieldValueChangedEvent that occurs when the Value property is changed.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to radial menu widget.

Use ui.oldValue to obtain the previous value.

Use ui.newValue to obtain the new value.

Use ui.item to obtain reference to the item.

 
See Also

View on GitHub