ValueChanged<(Of <(<'T>)>)> Delegate

Delegate for the ValueChanged action used in the Set method.

Namespace:  Tortuga.Anchor.Modeling
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public delegate void ValueChanged<T>(
	T oldValue,
	T newValue
)
Public Delegate Sub ValueChanged(Of T) ( _
	oldValue As T, _
	newValue As T _
)

Type Parameters

T
Type of the property

Parameters

oldValue
Type: T
Previous value of the property.
newValue
Type: T
Current value of the property