0 out of 2 rated this helpful - Rate this topic

EventArgs Constructor

Initializes a new instance of the EventArgs class.

[Visual Basic]
Public Sub New()
[C#]
public EventArgs();
[C++]
public: EventArgs();
[JScript]
public function EventArgs();

Remarks

This constructor is only called by the common language runtime.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard

See Also

EventArgs Class | EventArgs Members | System Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.