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;
The value of Empty is a read-only instance of EventArgs equivalent to the result of calling the EventArgs constructor.
EventArgs Members
© 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