devxlogo

Double-Click to Create Skeleton Event Handlers in Visual InterDev 6

Double-Click to Create Skeleton Event Handlers in Visual InterDev 6

There’s a handy shortcut in Visual InterDev 6 that saves you from typing in the function code around an event. While you are in VID’s Source view, click the Script Outline tab and locate the object for which you need an event handler. Expand the object’s node and then double-click the event name or the lightning bolt icon next to it. VID creates the skeleton event code such as:

 

Notice that the skeleton handler is in the scripting language that you’ve set for your default–usually JavaScript for client-side scripts and VBScript for code that runs on the server.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist