Content update - How to create a custom routed event (user story 1878475) (#1289)

* Add article, redirects, toc

* Update dotnet-desktop-guide/net/wpf/events/how-to-create-a-custom-routed-event.md

Co-authored-by: Andy (Steve) De George <[email protected]>

* Update dotnet-desktop-guide/net/wpf/events/snippets/how-to-create-a-custom-routed-event/csharp/CodeSample.csproj

Co-authored-by: Andy (Steve) De George <[email protected]>

* Update dotnet-desktop-guide/net/wpf/events/snippets/how-to-create-a-custom-routed-event/vb/CodeSampleVb.vbproj

Co-authored-by: Andy (Steve) De George <[email protected]>

* Update dotnet-desktop-guide/net/wpf/events/snippets/how-to-create-a-custom-routed-event/WpfControlLibraryCsharp/WpfControlLibrary.csproj

Co-authored-by: Andy (Steve) De George <[email protected]>

* Use local project references

Co-authored-by: Andy (Steve) De George <[email protected]>
This commit is contained in:
Tris Shores
2022-02-10 14:49:46 -08:00
committed by GitHub
co-authored by Andy De George
parent 9750f50961
commit 51977cea61
24 changed files with 622 additions and 0 deletions
+2
View File
@@ -84,6 +84,8 @@ items:
items:
- name: Add an event handler using code
href: events/how-to-add-an-event-handler-using-code.md
- name: Create a custom routed event
href: events/how-to-create-a-custom-routed-event.md
- name: Properties
items:
- name: Dependency properties