Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .openpublishing.redirection.csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3232,6 +3232,10 @@
"source_path_from_root": "/docs/csharp/programming-guide/events/how-to-use-a-dictionary-to-store-event-instances.md",
"redirect_url": "/dotnet/standard/events/how-to-handle-multiple-events-using-event-properties"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/events/how-to-publish-events-that-conform-to-net-framework-guidelines.md",
"redirect_url": "/dotnet/standard/events"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/exceptions/compiler-generated-exceptions.md",
"redirect_url": "/dotnet/csharp/fundamentals/exceptions/compiler-generated-exceptions"
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions docs/csharp/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,6 @@ items:
href: programming-guide/events/index.md
- name: "How to subscribe to and unsubscribe from events"
href: programming-guide/events/how-to-subscribe-to-and-unsubscribe-from-events.md
- name: "How to publish events that conform to .NET Guidelines"
href: programming-guide/events/how-to-publish-events-that-conform-to-net-framework-guidelines.md
- name: "How to raise base class events in derived classes"
href: programming-guide/events/how-to-raise-base-class-events-in-derived-classes.md
- name: "How to implement interface events"
Expand Down