Return to package dfl. www.dprogramming.com

module dfl.event

imports
public import dfl.internal.dlib;

classes
EventArgs ThreadExceptionEventArgs
functions
Event Event

Event
public template Event(TArgs : EventArgs = EventArgs);

Event
public template Event(T1, T2);

EventArgs
public class EventArgs
{
public static EventArgs empty();    [property getter] public static this();
}

ThreadExceptionEventArgs
public class ThreadExceptionEventArgs: EventArgs
{
public final Object exception();    [property getter] public this(Object theException);
}