[archived content]

Contains Event(TSender,TArgs) template and EventArgs class. Also see UsingEvents.

module dfl.event;
public class EventArgs
{
public static EventArgs empty; [property getter]
}
public class ThreadExceptionEventArgs: EventArgs
{
public final Object exception; [property getter]
[+] Inherited members
}

Page last modified on March 27, 2008, at 01:35 PM