Re: [python-win32] Writing event handlers

2018-08-30 Thread Tim Roberts
Kairen Tan wrote: I’m trying to write some python to consume events from an Event Handler….without much success. I’m using a class created using makepy, and on inspecting the file, there is a block of commented code like: # Event Handlers # If you create handlers, they should have the foll

[python-win32] Writing event handlers

2018-08-29 Thread Kairen Tan
Hi all, I’m trying to write some python to consume events from an Event Handler….without much success. I’m using a class created using makepy, and on inspecting the file, there is a block of commented code like: # Event Handlers # If you create handlers, they should have the following prototypes