BindableBaseRaisePropertyChanged Method (String) |
Raise an PropertyChanged event for the specified value.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxpublic void RaisePropertyChanged(
string propName = ""
)
Parameters
- propName (Optional)
- Type: SystemString
The value to raise the property changed event for.
See Also