Click or drag to resize

BindableItemValueSourceChanged Delegate

Represents the method that will handle the ValueSourceChangedListeners event raised when a bindable item value is changed. BindableItem

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
protected delegate void ValueSourceChanged(
	BindableItem bindableItem,
	BindableItemValueSource source
)

Parameters

bindableItem
Type: Demo3D.VisualsBindableItem
The bindable item whose value has changed.
source
Type: Demo3D.VisualsBindableItemValueSource
The source of the value that's changed.
See Also