Sets the local value of a dependency property, specified by its DependencyPropertyKey identifier, if the specified new value is different than the previous value of that dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
protected internal virtual void UpdateValue(
	DependencyPropertyKey dependencyPropertyKey,
	Object value
)
Visual Basic (Declaration)
Protected Friend Overridable Sub UpdateValue ( _
	dependencyPropertyKey As DependencyPropertyKey, _
	value As Object _
)

Parameters

dependencyPropertyKey
Type: System.Windows..::.DependencyPropertyKey
value
Type: System..::.Object

See Also