DependencyPropertyDescriptor.AddValueChanged Method
.NET Framework 3.5
Enables other objects to be notified when this property changes.
Assembly: WindowsBase (in WindowsBase.dll)
'Declaration Public Overrides Sub AddValueChanged ( _ component As Object, _ handler As EventHandler _ ) 'Usage Dim instance As DependencyPropertyDescriptor Dim component As Object Dim handler As EventHandler instance.AddValueChanged(component, handler)
You cannot use methods in XAML.
Parameters
- component
- Type: System.Object
The component to add the handler for.
- handler
- Type: System.EventHandler
The delegate to add as a listener.
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.