OnPropertyChanged Method (ApiElementBase)
Raises the PropertyChanged event, as part of System.ComponentModel.INotifyPropertyChanged implementation
Overload List
OverloadDescription
Raises the PropertyChanged event, as part of System.ComponentModel.INotifyPropertyChanged implementation  
Invoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs). (Inherited from System.Windows.FrameworkElement)
Requirements

Target Platforms: Windows 7, 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