﻿<?xml version="1.0" encoding="utf-8"?><Type Name="EventArgs" FullName="System.EventArgs" FullNameSP="System_EventArgs" Maintainer="ecma"><TypeSignature Language="ILASM" Value=".class public serializable EventArgs extends System.Object" /><TypeSignature Language="C#" Value="public class EventArgs" /><TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit EventArgs extends System.Object" /><MemberOfLibrary>BCL</MemberOfLibrary><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadingSafetyStatement>All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.</ThreadingSafetyStatement><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This class serves as the base class for all classes that represent event data. For example, the <see cref="T:System.AssemblyLoadEventArgs" /> class derives from <see cref="T:System.EventArgs" /> and is used to hold the data for assembly load events. To create a custom event data class, create a class that derives from the <see cref="T:System.EventArgs" /> class and provide the properties to store the necessary data. The name of your custom event data class should end with EventArgs.</para><para>To pass an object that does not contain any data, use the <see cref="F:System.EventArgs.Empty" /> field.</para><para>For more information about events, see the <format type="text/html"><a href="b6f65241-e0ad-4590-a99f-200ce741bb1f">Handling and Raising Events</a></format> article.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="ILASM" Value="public rtspecialname specialname instance void .ctor()" /><MemberSignature Language="C#" Value="public EventArgs ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>To pass an object that does not contain any data, use the <see cref="F:System.EventArgs.Empty" /> field.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.EventArgs" /> class.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="Empty"><MemberSignature Language="ILASM" Value=".field public static initOnly class System.EventArgs Empty" /><MemberSignature Language="C#" Value="public static readonly EventArgs Empty;" /><MemberSignature Language="ILAsm" Value=".field public static initonly class System.EventArgs Empty" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.EventArgs</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Pass this value to event handlers that are associated with events that do not have data.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides a value to use with events that do not have event data.</para></summary></Docs><Excluded>0</Excluded></Member></Members><TypeExcluded>0</TypeExcluded></Type>