Skip to content

Commit 0a17988

Browse files
authored
Merge pull request MicrosoftDocs#3576 from beyro/patch-6
Update return values of getDirection
2 parents afede56 + 935440d commit 0a17988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/events/onprestagechange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When you invoke `preventDefault`:
3636

3737
An execution context object is passed to event handlers for this event. You can use the [getEventArgs](../executioncontext/getEventArgs.md) method to retrieve an object that has the following methods:
3838

39-
- **getDirection**: Returns a string that is either “next” or “previous” to show the direction of the stage change.
39+
- **getDirection**: Returns a string that is either `Next` or `Previous` to show the direction of the stage change.
4040
- **getStage**: Returns a stage object. Except when the navigation moves to a new table, the stage returned represents the destination stage object—that is, the next active stage. When the navigation moves to a new table, the stage is the stage being navigated from—that is, the previous active stage object. More information: [Stage methods](../formContext-data-process.md#stage-methods).
4141

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

0 commit comments

Comments
 (0)