dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Example provided is for a different Delegate (the EventHandler<TEventArgs> Delegate)

Open mdell-seradex opened this issue 1 year ago • 7 comments

Type of issue

Other (describe below)

Description

It is a confusing example. This page is about the "EventHandler Delegate", but the example provided is for the "EventHandler<TEventArgs> Delegate".

I tried to get the "EventHandler Delegate" to work in my code, but it didn't work. I did eventually discover my mistake, but having an appropriate example would have made it much quicker. I have no issue if you adjust the example to provide a sample for both Delegates.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.eventhandler?view=net-8.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/EventHandler.xml

Document Version Independent Id

45d1db6b-180e-bc7c-7cd5-2ca83367b161

Article author

@dotnet-bot

mdell-seradex avatar Oct 17 '24 22:10 mdell-seradex