Skip to content

Commit 5b14992

Browse files
authored
Update addOnChange.md
1 parent 2185de8 commit 5b14992

File tree

1 file changed

+1
-1
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes/addOnChange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ search.app:
2222
Sets a function to be called when the **OnChange** event occurs.
2323

2424
> [!NOTE]
25-
> If addOnChange is used in a form OnLoad event handler, you should ensure it's called only as much as necessary. You can use [getEventArgs](executioncontext/getEventArgs.md) to conditionally call addOnChange based on the data load state.
25+
> If the `addOnChange` method is used on the form `OnLoad` event handler, you should ensure that it's called when necessary. You can use the [getEventArgs](executioncontext/getEventArgs.md) to conditionally call the `addOnChange` method based on the data load state.
2626
2727
## Attribute types supported
2828

0 commit comments

Comments
 (0)