From d0f81923279d63f3027c1af1275dd1e61298f059 Mon Sep 17 00:00:00 2001 From: willd1985 <64283739+willd1985@users.noreply.github.com> Date: Thu, 16 Dec 2021 09:41:36 +0000 Subject: [PATCH] Update event-pattern.md Corrected event name --- docs/csharp/event-pattern.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csharp/event-pattern.md b/docs/csharp/event-pattern.md index baa913b010cb9..eb1cf724edec9 100644 --- a/docs/csharp/event-pattern.md +++ b/docs/csharp/event-pattern.md @@ -226,7 +226,7 @@ all directories: At this point, you can run the application calling the overload for searching all sub-directories. There are no subscribers on the new -`ChangeDirectory` event, but using the `?.Invoke()` idiom ensures +`DirectoryChanged` event, but using the `?.Invoke()` idiom ensures that this works correctly. Let's add a handler to write a line that shows the progress in the