Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 170157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:45:30+00:00 2026-05-11T12:45:30+00:00

The .net EventHandler is limited to Templates that inherits from EventArgs. How is that

  • 0

The .net EventHandler is limited to Templates that inherits from EventArgs. How is that done? The implementation (Got to refference in vs) shows the following code:

[Serializable] public delegate void EventHandler<TEventArgs>(object sender, TEventArgs e); 

But i think TEventArgs is just a name. How can I write a typed delegate that is limites to anything that inherits from MyClass?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T12:45:31+00:00Added an answer on May 11, 2026 at 12:45 pm

    TEventArgs is a generic type parameter – but it has a constraint. The actual signature is:

    [Serializable] public delegate void EventHandler<TEventArgs>(object sender, TEventArgs e)     where TEventArgs : EventArgs 

    The ‘where TEventArgs : EventArgs‘ bit is the type constraint which means you can only supply a type argument for TEventArgs which is EventArgs or a derived class.

    Basically it’s just ‘normal’ C# generics, just applied to a delegate declaration.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following code was taken from the ASP.NET page class (using Reflector): Public Custom
I have developed an asp.net control that inherits from the gridview and its called
I've got an easy sample from the internet that works fine in the .NET
In my ASP.Net web sites I have the following code that I am able
I'm a beginner in android and i tried running some code I got from
I need to transform the following in VB.NET from C# (.NET 4) class XXX:
What is the equivalent of following C# code to VB.net code. public void RaiseTotalTimeEvent(TotalTimeEventArgs
I believe the following VB.Net code is the equivalent of the proceeding C# code;
I'm trying to convert some C# code to VB.NET. I have the following in
I have .Net 2.0 Windows form containing combobxes. I have written following code to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.