CompiledBindingExtension.

CreateExpressionObserver(IAvaloniaObject, AvaloniaProperty, object, bool) Method

Syntax

protected override ExpressionObserver CreateExpressionObserver(IAvaloniaObject target, AvaloniaProperty targetProperty, object anchor, bool enableDataValidation)

Parameters

Name Type Description
target IAvaloniaObject
targetProperty AvaloniaProperty
anchor object
enableDataValidation bool

Return Value

Type Description
ExpressionObserver