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.10.1
Syntax
protected void OnNotifyPropertyChanged(
	string propertyName = ""
)
Request Example View Source

Parameters

propertyName (Optional)
Type: SystemString
Name of the property.
See Also