Can i add an event to my program??
Can i add an event to my program??
I created a form project and tries to add an OnClosing/OnClosed event to it, but on Properties pane for main form,there is no event item. Does this mean i can not add events from GUI??
- Support Team
- Site Admin
- Posts: 12174
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Can i add an event to my program??
Sure, you can add events from the Form Designer GUI, see the screenshot below. You need to click on the "lightning" icon on the "Properties" tab.marcushe wrote:Does this mean i can not add events from GUI??
Regards,
Alex
Ranorex Support Team
- Attachments
-
- Events in the Ranorex Studio Forms Designer
- StudioEvents.png (40.59 KiB) Viewed 1674 times
Re: Can i add an event to my program??
Thanks ,i got it