Click or drag to resize

DownloadConfigurationOnPropertyChanged Method

Create the OnPropertyChanged method to raise the event The calling member's name will be used as the parameter.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected void OnPropertyChanged(
	string name = null
)

Parameters

name  String  (Optional)
changed property name
See Also