You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/events-forms-grids.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@ title: "Events in forms and grids in model-driven apps| MicrosoftDocs"
3
3
description: All client-side code is initiated by events. In model-driven apps, you associate a specific function in a JavaScript library to be executed when an event occurs. This function is called an *event handler*.
4
4
author: HemantGaur
5
5
ms.author: hemantg
6
-
7
-
ms.date: 04/01/2022
6
+
ms.date: 07/08/2024
8
7
ms.reviewer: jdaly
9
8
ms.topic: reference
10
9
ms.subservice: mda-developer
@@ -69,6 +68,7 @@ Using the following methods to add and remove event handler for events that cann
69
68
|-------|-------|
70
69
|Attribute [OnChange](reference/events/attribute-onchange.md)|[addOnChange](reference/attributes/addonchange.md) and [removeOnChange](reference/attributes/removeOnchange.md) methods|
71
70
|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|
72
72
|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|
73
73
|Form [OnSave](reference/events/form-onsave.md)|[addOnSave](reference/formcontext-data-entity/addonsave.md) and [removeOnSave](reference/formcontext-data-entity/removeonsave.md) methods|
74
74
|Lookup control [PreSearch](reference/events/presearch.md)|[addPreSearch](reference/controls/addpresearch.md) and [removePreSearch](reference/controls/removepresearch.md) methods|
0 commit comments