Event

Defines an action event in the concrete GUI.

Constructors

this
this(string source, string subsource, string path, string filename, wstring textinput, int value, int type, Object aux)

If a field is unneeded, leave it blank by setting it to null.

Members

Variables

aux
Object aux;
filename
string filename;
path
string path;
Undocumented in source.
source
string source;
subsource
string subsource;
Undocumented in source.
text
wstring text;
type
int type;
Undocumented in source.
value
int value;
Undocumented in source.

Meta