Skip to content

Commit ad93fd1

Browse files
authored
Update event-pattern.md (#27601)
1 parent 40a6d47 commit ad93fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/event-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ all directories:
226226

227227
At this point, you can run the application calling the overload for
228228
searching all sub-directories. There are no subscribers on the new
229-
`ChangeDirectory` event, but using the `?.Invoke()` idiom ensures
229+
`DirectoryChanged` event, but using the `?.Invoke()` idiom ensures
230230
that this works correctly.
231231

232232
Let's add a handler to write a line that shows the progress in the

0 commit comments

Comments
 (0)