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/reference/execution-context.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The execution context object provides the following methods.
26
26
|Method |Description |
27
27
|---|---|
28
28
|[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.|
30
30
|[getEventSource](executioncontext/getEventSource.md)|Returns a reference to the object that the event occurred on.|
31
31
|[getFormContext](executioncontext/getFormContext.md)|Returns a reference to the form or an item on the form depending on where the method was called.|
32
32
|[getSharedVariable](executioncontext/getSharedVariable.md)|Retrieves a variable set using the [setSharedVariable](executioncontext/setSharedVariable.md) method.|
0 commit comments