Symphony Framework
RaisePropertyChanged Method (BaseViewModel)
Symphony.Conductor.ViewModel Namespace > BaseViewModel Class : RaisePropertyChanged Method
A string that contians the name of the property to raise the PropertyChanged event for.
Method to allow the extending class to raise the PropertyChanged event
Syntax
protected void RaisePropertyChanged( 
   string name
)

Parameters

name
A string that contians the name of the property to raise the PropertyChanged event for.
Remarks
This method is available to any class extending the DataObjectBase class. It allows the extending class to raise the PropertyChanged event that signals to the View that data changes have been made and the User Interface may need to be rerendered.
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

Reference

BaseViewModel Class
BaseViewModel Members