We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a6d47 commit ad93fd1Copy full SHA for ad93fd1
docs/csharp/event-pattern.md
@@ -226,7 +226,7 @@ all directories:
226
227
At this point, you can run the application calling the overload for
228
searching all sub-directories. There are no subscribers on the new
229
-`ChangeDirectory` event, but using the `?.Invoke()` idiom ensures
+`DirectoryChanged` event, but using the `?.Invoke()` idiom ensures
230
that this works correctly.
231
232
Let's add a handler to write a line that shows the progress in the
0 commit comments