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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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