Delegate Observer.PropertyPathChanged
Delegate to call when a property is being changed
Namespace: DuetControlServer.Model
Assembly: DuetControlServer.dll
Syntax
public delegate void Observer.PropertyPathChanged(object[] path, PropertyChangeType changeType, object? value)
Parameters
| Type | Name | Description |
|---|---|---|
| object[] | path | Path to the value that changed |
| PropertyChangeType | changeType | Type of the modification |
| object | value | New value |