qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Event-Driven Definition
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Event-Driven
 
 ■ "Event-driven" describes the programming model in Visual Basic. Unlike
   applications written in procedural languages, a Visual Basic application
   consists of code that remains idle until triggered by specific events,
   caused either by the user or by the system. For example, a mouse click
   triggers a Click event.
 
 See: Error/Event Trapping Summary
      Object Events Summary
      Tutorial: Writing Event-Driven Programs