This method is called by the control when any property changes. Inheriting controls can overide this method to get property change notification on basic properties. Inherting controls must call base.propertyChanged.
[Visual Basic] Overrides Protected Sub OnPropertyChanged( _ ByVal pe As PropertyChangedEventArgs _ ) [C#] protected override void OnPropertyChanged( PropertyChangedEventArgs pe ); [C++] protected: override void OnPropertyChanged( PropertyChangedEventArgs* pe ); [JScript] protected override function OnPropertyChanged( pe : PropertyChangedEventArgs );