Raises the property changed event. This creates the needed event data and then calls OnPropertyChanged.
[Visual Basic] Protected Sub RaisePropertyChangedEvent( _ ByVal changed As String _ ) [C#] protected void RaisePropertyChangedEvent( string changed ); [C++] protected: void RaisePropertyChangedEvent( String* changed ); [JScript] protected function RaisePropertyChangedEvent( changed : String );