Event handling manual

Hi

Is there any manual that has details on eventhandling in basic?
I’d like to use it on speadsheets for auto-correction and auto-checking when data is typed into the sheet.
In MS Excel I’ve done it using the Worksheet_Change() function.
I’ve found some info online here and there, but I haven’t found any definitive guide.

thanks in advance
istvan

I don’t know if there’s a definiitve guide, but Andrew Pitonyak’s great book on OOo macros has some examples how to work with event listeners (chapter 10.11 and 13.05).

Thanks

that’s a very useful reference