Skip to content

Commit c26cc8e

Browse files
committed
further updates from Fabian
1 parent 34a67e8 commit c26cc8e

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "getEventArgs (Client API reference) in model-driven apps| MicrosoftDocs"
33
description: "Learn about the getEventArgs method that returns an object with methods to manage the **Save** event."
44
ms.author: hemantg
55
author: HemantGaur
6-
ms.date: 10/27/2022
6+
ms.date: 11/02/2022
77
ms.reviewer: jdaly
88
ms.topic: reference
99
applies_to: "Dynamics 365 (online)"
@@ -38,15 +38,15 @@ Returns an object with methods to manage the events.
3838
|[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)]|
3939
|[OnPostSearch](../events/postsearch.md)|None|
4040
|[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.|
41-
|[OnProcessStatusChange](../events/onprocessstatuschange.md)|None|
41+
|[OnProcessStatusChange](../events/onprocessstatuschange.md)|- **getStatus**: Returns the Business Process Flow status: `Active`, `Finished`, or `Aborted`.|
4242
|[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).|
4444
|[OnReadyStateComplete](../events/onreadystatecomplete.md)|None|
4545
|[OnRecordSelect](../events/grid-onrecordselect.md)|None|
4646
|[OnResultOpened](../events/onresultopened.md)|None|
4747
|[OnSave](../events/form-onsave.md)|- [getSaveMode](../save-event-arguments/getsavemode.md): [!INCLUDE [getSaveMode-description](../save-event-arguments/includes/getSaveMode-description.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)]|
4848
|[OnSelection](../events/onselection.md)|None|
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`.|
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`.|
5050
|[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`.|
5151
|[OnTabStateChange](../events/tabstatechange.md)|None|
5252
|[PreSearch](../events/presearch.md)|None|

0 commit comments

Comments
 (0)