Sets the local value of a dependency property, specified by its dependency property identifier, if the specified new value is different than the previous value of that dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
protected internal virtual void UpdateValue( DependencyProperty dependencyProperty, Object value ) |
| Visual Basic (Declaration) |
|---|
Protected Friend Overridable Sub UpdateValue ( _ dependencyProperty As DependencyProperty, _ value As Object _ ) |