BaseBindableViewRaisePropertyChanged Method |
Raises this object's PropertyChanged event.
Namespace: RAYLASE.Shared.GUIAssembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntaxprotected void RaisePropertyChanged(
string propertyName = null
)
Parameters
- propertyName String (Optional)
- Name of the property used to notify listeners. This value is optional and can be provided automatically when invoked from compilers that support CallerMemberNameAttribute.
See Also