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.