© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
62 replies
Pacrombie

❔ C# EventArgs

I'm starting to use System.EventHandler events and I'm just wondering if there is a point to the EventArgs class other than to be inherited for custom args? Like, I'm calling
StartEvent?.Invoke(this, new EventArgs());
StartEvent?.Invoke(this, new EventArgs());
and the
new EventArgs()
new EventArgs()
just seems kind of pointless since its empty. Can I send something through the default EventArgs with a lambda expression or something?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

❔ binding c# and c++
C#CC# / help
3y ago
❔ Linking C# and C++
C#CC# / help
4y ago
C#
C#CC# / help
4w ago
❔ ✅ c#
C#CC# / help
3y ago