Bases: object
Add new event handler function.
Event handler function must be defined like func(sender, earg). You can add handler also by using ‘+=’ operator.
Remove existing event handler function.
You can remove handler also by using ‘-=’ operator.
Fire event and call all handler functions
You can call EventHandler object itself like e(earg) instead of e.fire(earg).
pyad2usb Package
Enter search terms or a module, class or function name.