Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Make EventArgs base class serializable (#15541) (#15686)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Jan 5, 2018
1 parent 7621d45 commit 4efa38d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mscorlib/shared/System/EventArgs.cs
Expand Up @@ -7,6 +7,8 @@
namespace System
{
// The base class for all event classes.
[Serializable]
[System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public class EventArgs
{
public static readonly EventArgs Empty = new EventArgs();
Expand Down

0 comments on commit 4efa38d

Please sign in to comment.