System
Class EventArgs

java.lang.Object
  extended by System.EventArgs
Direct Known Subclasses:
ResourceCreatedEventArgs, ResourceDestroyedEventArgs

public class EventArgs
extends java.lang.Object

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

Author:
Halofreak1990

Field Summary
static EventArgs Empty
          Represents an event with no event data.
 
Constructor Summary
EventArgs()
          Initializes a new Instance of the System.EventArgs class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Empty

public static final EventArgs Empty
Represents an event with no event data.

Constructor Detail

EventArgs

public EventArgs()
Initializes a new Instance of the System.EventArgs class.