A String is something that contains text like "This is a string" and an event is a function that lets something happen, so you should decide first what you want to do when someone hits that button, and then write a function for it, and then you can assign the function to the button like
pan_setevent(mypanel,3,1,myfunction);
Hope this helps.