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: reference/5.1/Microsoft.PowerShell.Utility/Register-ObjectEvent.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
@@ -196,7 +196,7 @@ raised, instead of sending the event to the event queue. Enclose the commands in
196
196
create a script block.
197
197
198
198
The value of the **Action** parameter can include the `$Event`, `$EventSubscriber`, `$Sender`,
199
-
`$EventArgs`, and `$Args` automatic variables. These variables provide information about the event
199
+
`$EventArgs`, and `$args` automatic variables. These variables provide information about the event
200
200
to the **Action** script block. For more information, see [about_Automatic_Variables](../Microsoft.PowerShell.Core/About/about_Automatic_Variables.md).
201
201
202
202
When you specify an action, `Register-ObjectEvent` returns an event job object that represents
0 commit comments