Skip to content

Commit 2185de8

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

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ search.app:
2121

2222
Sets a function to be called when the **OnChange** event occurs.
2323

24+
> [!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.
26+
2427
## Attribute types supported
2528

2629
All

0 commit comments

Comments
 (0)