Events Pane

Topic updated 13-3-2007

The Events Pane is a tool window that accompanies the WebForm Designer. By default it is docked to the bottom-right of the GenWise Studio IDE, sharing its space with the Properties Pane. The Events Pane lists all events exposed by controls selected in the in the WebForm Designer.

WebFormDesigner_EventsPane

 

Custom event-handling code can be added by clicking an event in the Events Pane. Clicking an event in the list causes the following actions:

1.If the source code of the page doesn't contain an event handler for the event yet, it is added.
2.The Source Editor is opened, showing the source code of the page, with the cursor in the first User Codeblock of the event handler.

 

WebFormDesigner_EventPaneWithSource

 

If custom code has been added to an event handler of a control, the event is listed in bold text in the Events Pane, and it has a Delete button to remove the custom code. Depending on whether the event handler contains code generated by templates, the event handler will be removed altogether, or only the custom code will be cleared.

 

See also

Managing windows and panes