This documentation is archived and is not being maintained.
SetValueOverride Delegate
Visual Studio 2008
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)
'Declaration Public Delegate Sub SetValueOverride ( _ d As DependencyObject, _ value As Object _ ) 'Usage Dim instance As New SetValueOverride(AddressOf HandlerMethod)
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.
The implementation of this delegate can be set to the SetValueOverride property of PropertyMetadata while calling Register or RegisterAttached.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: