EventArgs Class
Constitutes the base class for classes that contain event data.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public class EventArgs
Remarks
This class contains no event data; it is used by events that do not pass state information to an event handler when an event is raised. If the event handler requires state information, the application must derive a class from this class to hold the data.
Version Information
Available in .NET Micro Framework version 2.0, 2.5