Skip to content

Commit a2b6b87

Browse files
authored
Update addLoaded.md
1 parent 4bd4c2c commit a2b6b87

File tree

1 file changed

+2
-2
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui

1 file changed

+2
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui/addLoaded.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ contributors:
1414
---
1515
# ui.addLoaded (Client API reference)
1616

17-
Adds a function to be called on the form [Loaded](../events/form-onload.md) event that happens after the form completes the load process.
17+
Adds a function to be called on the form [Loaded](../events/form-loaded.md) event that happens after the form completes the load process.
1818

1919
## Syntax
2020

@@ -24,7 +24,7 @@ Adds a function to be called on the form [Loaded](../events/form-onload.md) even
2424

2525
|Name|Type|Required|Description|
2626
|--|--|--|--|
27-
|`myFunction`|function reference|Yes|The function to be executed on the form [Loaded](../events/form-onload.md) event. The function is added to the bottom of the event handler pipeline. The execution context is automatically passed as the first parameter to the function. For more information, see [Execution context](../../clientapi-execution-context.md).|
27+
|`myFunction`|function reference|Yes|The function to be executed on the form [Loaded](../events/form-loaded.md) event. The function is added to the bottom of the event handler pipeline. The execution context is automatically passed as the first parameter to the function. For more information, see [Execution context](../../clientapi-execution-context.md).|
2828

2929
### Related articles
3030

0 commit comments

Comments
 (0)