Click or drag to resize

BindableItemValueSourceChanged Event

Occurs when the value of the item changes, also providing information about the source of the new value, and whether the value was manually notified.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public event Action<BindableItem, ValueSource> ValueSourceChanged

Value

ActionBindableItem, ValueSource
See Also