Skip to content

Commit f1888ed

Browse files
committed
fix links
1 parent db6d547 commit f1888ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

powerapps-docs/developer/model-driven-apps/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
- name: Column OnChange event
9393
href: clientapi/reference/events/attribute-onchange.md
9494
- name: Form OnLoad event
95-
href: clientapi/reference/events/form-onload.
96-
- name: Form OnLoaded event
97-
href: clientapi/reference/events/form-onloaded.md
95+
href: clientapi/reference/events/form-onload.md
96+
- name: Form Loaded event
97+
href: clientapi/reference/events/form-loaded.md
9898
- name: Form OnSave event
9999
href: clientapi/reference/events/form-onsave.md
100100
- name: Form data OnLoad event

powerapps-docs/developer/model-driven-apps/clientapi/events-forms-grids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Using the following methods to add and remove event handler for events that cann
6868
|-------|-------|
6969
|Attribute [OnChange](reference/events/attribute-onchange.md) | [addOnChange](reference/attributes/addonchange.md) and [removeOnChange](reference/attributes/removeOnchange.md) methods|
7070
|Form [OnLoad](reference/events/form-onload.md)| formContext.ui [addOnLoad](reference/formcontext-ui/addonload.md) and [removeOnLoad](reference/formcontext-ui/removeonload.md) methods|
71-
|Form [OnLoaded](reference/events/form-onloaded.md)| formContext.ui [addOnLoaded](reference/formcontext-ui/addonloaded.md) and [removeOnLoaded](reference/formcontext-ui/removeonloaded.md) methods|
71+
|Form [Loaded](reference/events/form-onloaded.md)| formContext.ui [addLoaded](reference/formcontext-ui/addloaded.md) and [removeLoaded](reference/formcontext-ui/removeloaded.md) methods|
7272
|Form data [OnLoad](reference/events/form-data-onload.md)| formContext.data [addOnLoad](reference/formcontext-data/addonload.md) and [removeOnLoad](reference/formcontext-data/removeonload.md) methods|
7373
|Form [OnSave](reference/events/form-onsave.md)| [addOnSave](reference/formcontext-data-entity/addonsave.md) and [removeOnSave](reference/formcontext-data-entity/removeonsave.md) methods|
7474
|Lookup control [PreSearch](reference/events/presearch.md)| [addPreSearch](reference/controls/addpresearch.md) and [removePreSearch](reference/controls/removepresearch.md) methods|

0 commit comments

Comments
 (0)