Delegate BindingContextElement.ChangeHandler
Handler to react to changes.
Namespace: Unity.Properties.UI
Assembly: Unity.Properties.UI.Editor.dll
Syntax
public delegate void BindingContextElement.ChangeHandler(BindingContextElement element, PropertyPath path)
Parameters
Type | Name | Description |
---|---|---|
BindingContextElement | element | The element under which the change is detected. |
PropertyPath | path | The property path of the change |
Remarks
The property path can be empty for the root object or when the path to the change is not provided.