TriggerOnNotifyPropertyChanged Method

Called when a property has changed to notify any attached elements.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
protected void OnNotifyPropertyChanged(
	string propertyName = ""
)

Parameters

propertyName  String  (Optional)
Name of the property.

See Also