Event Binding for Objects
You can use event binding to attach an event, method, or property from a Visual FoxPro object or an event from a Component Object Model (COM) object, both of which can act as event sources, to a Visual FoxPro object. However, the approach for binding events from native and COM objects differs.
In This Section
- Event Binding for Visual FoxPro Objects
Discusses binding events, methods, and properties from other native Visual FoxPro objects to Visual FoxPro objects.
- Event Binding for COM Objects
Discusses binding events from COM objects to Visual FoxPro objects.
Related Sections
- Understanding the Event Model
Provides an overview of events, how events occur, and how to track events.
- Using Visual FoxPro
Provides an overview of Visual FoxPro features, describes concepts and productivity tools for developing, programming, and managing high-performance database applications and components.
- Reference (Visual FoxPro)
Includes Visual FoxPro general, programming language, user interface, and error message reference topics.
- Samples and Walkthroughs
Contains Visual FoxPro code samples and step-by-step walkthroughs that you can use for experimenting with and learning Visual FoxPro features.