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/executioncontext/getEventArgs.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "getEventArgs (Client API reference) in model-driven apps| MicrosoftDocs"
3
3
description: "Learn about the getEventArgs method that returns an object with methods to manage the **Save** event."
4
4
ms.author: hemantg
5
5
author: HemantGaur
6
-
ms.date: 10/27/2022
6
+
ms.date: 11/02/2022
7
7
ms.reviewer: jdaly
8
8
ms.topic: reference
9
9
applies_to: "Dynamics 365 (online)"
@@ -38,15 +38,15 @@ Returns an object with methods to manage the events.
38
38
|[OnLookupTagClick](../events/onlookuptagclick.md)| - **getTagValue**: Gets the selected tag value. The value returned for the `getTagValue` method is a [LookupValue](../attributes/getvalue.md).<br/>- [preventDefault](../save-event-arguments/preventdefault.md): [!INCLUDE [preventDefault-description](../save-event-arguments/includes/preventDefault-description.md)]<br/> - [isDefaultPrevented](../save-event-arguments/isdefaultprevented.md): [!INCLUDE [isDefaultPrevented-description](../save-event-arguments/includes/isDefaultPrevented-description.md)]|
39
39
|[OnPostSearch](../events/postsearch.md)|None|
40
40
|[PostSave Event](../events/postsave.md)|- [getEntityReference](../save-event-arguments/getEntityReference.md): [!INCLUDE [getEntityReference-description](../formContext-data-entity/includes/getEntityReference-description.md)]<br /> - [getIsSaveSuccess](../save-event-arguments/getIsSaveSuccess.md): Returns data about whether the save operation succeeded.<br /> - [getSaveErrorInfo](../save-event-arguments/getSaveErrorInfo.md): If the save operation failed, returns data about why it failed.|
|[OnProcessStatusChange](../events/onprocessstatuschange.md)|- **getStatus**: Returns the Business Process Flow status: `Active`, `Finished`, or `Aborted`.|
42
42
|[OnPreProcessStatusChange](../events/onpreprocessstatuschange.md)|- **getStatus**: Returns the Business Process Flow status: `Active`, `Finished`, or `Aborted`.|
43
-
|[OnPreStageChange event](../events/onprestagechange.md)|- **getStage**: Gets the stage object corresponding to the event triggered. Returns the selected stage in for the `OnStageSelected` event and next or previous stage objects for the `OnStageChange` event depending on direction moved. More information: [Stage methods](../formcontext-data-process.md#stage-methods).<br/>- **getDirection**: Gets the direction of the stage advance action. It returns a string value `Next` or `Previous`.|
43
+
|[OnPreStageChange event](../events/onprestagechange.md)|- **getStage**: Gets the stage object corresponding to the event triggered. Returns the selected stage in for the `OnStageSelected` event and next or previous stage objects for the `OnStageChange` event depending on direction moved. More information: [Stage methods](../formcontext-data-process.md#stage-methods).|
|[OnStageChange](../events/onstagechange.md)|- **getStage**: Gets the stage object corresponding to the event triggered. Returns the selected stage in for the `OnStageSelected` event and next or previous stage objects for the `OnStageChange` event depending on direction moved.More information: [Stage methods](../formcontext-data-process.md#stage-methods).<br/>- **getDirection**: Gets the direction of the stage advance action. It returns a string value `Next` or `Previous`.|
49
+
|[OnStageChange](../events/onstagechange.md)|- **getStage**: Gets the stage object corresponding to the event triggered. Returns the selected stage in for the `OnStageSelected` event and next or previous stage objects for the `OnStageChange` event depending on direction moved.More information: [Stage methods](../formcontext-data-process.md#stage-methods).<br/>- **getDirection**: Gets the direction of the stage advance action. It returns a string value `Next` or `Previous`.|
50
50
|[OnStageSelected](../events/onstageselected.md)|- **getStage**: Gets the stage object corresponding to the event triggered. Returns the selected stage in for the `OnStageSelected` event and next or previous stage objects for the `OnStageChange` event depending on direction moved. More information: [Stage methods](../formcontext-data-process.md#stage-methods).<br/>- **getDirection**: Gets the direction of the stage advance action. It returns a string value `Next` or `Previous`.|
0 commit comments