Summary
Initializes a new instance of the
ExpressionObserver
class.
- Namespace
- Avalonia
.Data .Core - Containing Type
- BindingExpression
Syntax
public BindingExpression(ExpressionObserver inner, Type targetType)
Parameters
Name | Type | Description |
---|---|---|
inner | ExpressionObserver | The ExpressionObserver . |
targetType | Type | The type to convert the value to. |
Return Value
Type | Description |
---|---|
void |