asp.net.ph

EventArgs.Empty Field

System Namespace   EventArgs Class


Represents an event with no event data.

[ VB ]
Public Shared ReadOnly Empty As EventArgs

[ C# ]
public static readonly EventArgs Empty;

[ C++ ]
public: static EventArgs* Empty;

[ JScript ]
public static var Empty : EventArgs;

Remarks

The value of Empty is a read-only instance of EventArgs equivalent to the result of calling the EventArgs constructor.

See Also

EventArgs Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph