Share via


Understanding the Event Model

The Visual FoxPro event model is extensive and provides much control over how the components in your application respond to wide variety of system and user actions. Visual FoxPro manages the processing of events so you can provide a richer interactive environment for application users.

In This Section

  • Object-Oriented Programming
    Discusses how you can create self-contained application components that respond to user actions and to the system and which can be easily maintained and reused.

  • Programming in Visual FoxPro
    Describes how understanding object-oriented programming techniques and the event-driven model can maximize your programming productivity and enable you to access the full power of Visual FoxPro.