Skip to content

Commit ed88728

Browse files
authored
Update getEventSource.md
Correction based on customer PR.
1 parent acdc3b5 commit ed88728

File tree

1 file changed

+2
-2
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/executioncontext

1 file changed

+2
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/executioncontext/getEventSource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "getEventSource (Client API reference) in model-driven apps| MicrosoftDoc
33
description: "Learn about the getEventSource method that returns a reference to the object that the event occurred on."
44
author: adrianorth
55
ms.author: aorth
6-
ms.date: 03/12/2022
6+
ms.date: 05/15/2024
77
ms.reviewer: jdaly
88
ms.topic: reference
99
applies_to: "Dynamics 365 (online)"
@@ -24,7 +24,7 @@ Returns a reference to the object that the event occurred on.
2424

2525
**Type**: Object
2626

27-
**Description**: Returns the object from the **Xrm** object model that is the source of the event, not an HTML DOM object. For example, in an [OnChange](../events/attribute-onchange.md) event, this method returns the **formContext.data.entity** object that represents the changed column.
27+
**Description**: Returns the object from the **Xrm** object model that is the source of the event, not an HTML DOM object. For example, in an [OnChange](../events/attribute-onchange.md) event, this method returns an item from the **formContext.data.entity.attributes** collection that represents the changed column.
2828

2929
[!INCLUDE[cc-terminology](../../../../data-platform/includes/cc-terminology.md)]
3030

0 commit comments

Comments
 (0)