System Namespace EventArgs Class
Initializes a new instance of the EventArgs class.
[ VB ]
<Serializable>
Public Sub New ( )
[ C# ]
[ Serializable ]
public EventArgs ( );
[ C++ ]
[ Serializable ]
public: EventArgs ( );
[ JScript ]
public Serializable
function EventArgs ( );
This constructor is only called by the common language runtime.
EventArgs Members