Skip to content

Commit 7f49b4a

Browse files
authored
Refer to DOM to be more clear
1 parent 117033b commit 7f49b4a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/events/form-onload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can determine in what context the `OnLoad` event occurs by using [getEventAr
2424

2525
Data for related entities on a form, such as data for subgrids and quick view forms, are not guaranteed to be available when an `OnLoad` event handler is executed. Logic that depends on related data should use the subgrid onload event, the quick view form isLoaded function, or the appropriate manner for determining when related data is loaded for the particular related data.
2626

27-
Controls on the form are not guaranteed to be rendered when the `OnLoad` event occurs.
27+
Controls and other UI of the form are not guaranteed to be rendered and in the DOM when the `OnLoad` event occurs.
2828

2929
Logic in an `OnLoad` event handler cannot prevent the form from loading.
3030

0 commit comments

Comments
 (0)