Ok,

I have this code in a usercontrol
PHP Code:
public delegate void commandEntered();
public static 
event commandEntered doCommand
but I don't seem to be able to see the event listed in the properties of the control from the form that it is contained on.

Any ideas?
Jeremy