Ok,
I have this code in a usercontrol
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.PHP Code:public delegate void commandEntered();
public static event commandEntered doCommand;
Any ideas?
Jeremy




Reply With Quote