 | TaskOnNotifyPropertyChanged 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
Syntaxprotected void OnNotifyPropertyChanged(
string propertyName = ""
)
Protected Sub OnNotifyPropertyChanged (
Optional propertyName As String = ""
)
protected:
void OnNotifyPropertyChanged(
String^ propertyName = L""
)
Request Example
View SourceParameters
- propertyName (Optional)
- Type: SystemString
Name of the property.
See Also