SetValueOverride Delegate
.NET Framework (current version)
Allows a custom override of the SetValue logic associated with a dependency property that is defined on a dependency object.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- d
-
Type:
System.Workflow.ComponentModel::DependencyObject^
The DependencyProperty that targets the SetValue method.
- value
-
Type:
System::Object^
The Object to set the value to.
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
The implementation of this delegate can be set to the SetValueOverride property of PropertyMetadata while calling Register or RegisterAttached.
.NET Framework
Available since 3.0
Available since 3.0
Show:
