Skip to content

Commit e3c503f

Browse files
committed
fix link
1 parent f1888ed commit e3c503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 [Loaded](reference/events/form-onloaded.md)| formContext.ui [addLoaded](reference/formcontext-ui/addloaded.md) and [removeLoaded](reference/formcontext-ui/removeloaded.md) methods|
71+
|Form [Loaded](reference/events/form-loaded.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)