BindableBaseRaisePropertiesChanged Method  | 
 
            Raise an PropertyChanged event for each value.
            
 
    Namespace: 
   Demo3D.Common
    Assembly:
   Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.00
Syntaxpublic void RaisePropertiesChanged(
	params string[] propNames
)
Parameters
- propNames
 - Type: SystemString
The values to raise property changed events for. 
See Also