Version

OnPropertyChanged(DependencyObject,DependencyPropertyChangedEventArgs) Method

Represents the callback that is invoked when the effective property value of a given dependency property changes.
Syntax
'Declaration
 
Protected Friend Overloads Shared Sub OnPropertyChanged( _
   ByVal d As DependencyObject, _
   ByVal e As DependencyPropertyChangedEventArgs _
) 
protected internal static void OnPropertyChanged( 
   DependencyObject d,
   DependencyPropertyChangedEventArgs e
)

Parameters

d
The DependencyObject on which the property is used.
e
Arguments that are issued by any event that tracks changes to the effective value of this property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also