Click or drag to resize
Task Scheduler Managed Class Library

TriggerOnNotifyPropertyChanged Method

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

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
protected void OnNotifyPropertyChanged(
	string propertyName = ""
)
Request Example View Source

Parameters

propertyName  String  (Optional)
Name of the property.
See Also