Skip to content

Commit c2ae724

Browse files
authored
Create form-loaded.md
1 parent 96317fd commit c2ae724

File tree

1 file changed

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

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Form Loaded event (Client API reference) in model-driven apps| MicrosoftDocs"
3+
description: Includes description and supported parameters for the Loaded event.
4+
author: aorth
5+
ms.author: aorth
6+
ms.date: 07/02/2024
7+
ms.reviewer: jdaly
8+
ms.topic: reference
9+
applies_to: "Dynamics 365 (online)"
10+
search.audienceType:
11+
- developer
12+
contributors:
13+
- JimDaly
14+
---
15+
# Form Loaded event
16+
17+
This event occurs after the form load has completed. It is recommended to run app logic that is not immediately needed during the form load process. For example, moving extra APIs calls after form load completes can signficiantly improve the loading experience and reduce time to first use.
18+
19+
Use the formContext.ui.[addLoaded](../formContext-ui/addLoaded.md) and formContext.ui.[removeLoaded](../formContext-ui/removeLoaded.md) methods to manage event handlers for this event.
20+
21+
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)