Skip to content

Commit 07c58fa

Browse files
authored
Merge pull request #3670 from MicrosoftDocs/stjanovi-patch-1
Update execution-context.md
2 parents f2a39d6 + 6dc69a4 commit 07c58fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/execution-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The execution context object provides the following methods.
2626
|Method |Description |
2727
|---|---|
2828
|[getDepth](executioncontext/getDepth.md)|Returns a value that indicates the order in which this handler is executed.|
29-
|[getEventArgs](executioncontext/getEventArgs.md)|Returns an object with methods to manage the **OnSave** event.|
29+
|[getEventArgs](executioncontext/getEventArgs.md)|Returns an object with methods to manage this handler.|
3030
|[getEventSource](executioncontext/getEventSource.md)|Returns a reference to the object that the event occurred on.|
3131
|[getFormContext](executioncontext/getFormContext.md)|Returns a reference to the form or an item on the form depending on where the method was called.|
3232
|[getSharedVariable](executioncontext/getSharedVariable.md)|Retrieves a variable set using the [setSharedVariable](executioncontext/setSharedVariable.md) method.|

0 commit comments

Comments
 (0)