Click or drag to resize

LogicalNodePropertiesChanged event

This event from IVishnuNode.INotifyPropertiesChanged can be subscribed to by LogicalNodeViewmodel. This receives a string list with property names via the transferred PropertiesChangedEventArgs and can in turn inform the UI via INotifyProperyChanged.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public event PropertiesChangedEventHandler PropertiesChanged

Value

PropertiesChangedEventHandler

Implemented

INotifyPropertiesChangedPropertiesChanged
See also