DownloadConfigurationOnPropertyChanged Method |
Create the OnPropertyChanged method to raise the event
The calling member's name will be used as the parameter.
Namespace: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected void OnPropertyChanged(
string name = null
)
Parameters
- name String (Optional)
- changed property name
See Also