aspxtreme

EventArgs Class

System Namespace


EventArgs is the base class for for classes containing event data.

EventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public EventArgs ( )

Collapse   Fields

Visibility Name Type
public static Empty EventArgs

Remarks

This class contains no event data; it is used by events that do not pass state information to an event handler when an event is raised. If the event handler requires state information, the application must derive a class from this class to hold the data.

For example, the System.AssemblyLoadEventArgs class is used to hold the data for assembly load events, and contains a System.Reflection.Assembly that describes the loaded assembly.



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme