Skip to content

Commit 7cf7104

Browse files
Merge pull request #5648 from MicrosoftDocs/main638895013771707469sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 3393929 + 1d06b51 commit 7cf7104

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

uwp/data-binding/function-bindings.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ Multiple function arguments can be specified, separated by comma's (,)
170170
- Constant Number - for example -123.456
171171
- Boolean – specified as "x:True" or "x:False"
172172

173+
> [!TIP]
174+
> [`TargetNullValue`](../xaml-platform/x-bind-markup-extension.md#properties-that-you-can-set-with-xbind) will apply to the result of the function call, not to any bound arguments.
175+
173176
### Two way function bindings
174177

175178
In a two-way binding scenario, a second function must be specified for the reverse direction of the binding. This is done using the **BindBack** binding property. In the below example, the function should take one argument which is the value that needs to be pushed back to the model.
@@ -179,4 +182,4 @@ In a two-way binding scenario, a second function must be specified for the rever
179182
```
180183

181184
## See also
182-
* [{x:Bind} Markup Extension](../xaml-platform/x-bind-markup-extension.md)
185+
* [{x:Bind} Markup Extension](../xaml-platform/x-bind-markup-extension.md)

0 commit comments

Comments
 (0)