Registering an Event Handler
After reading the description of
Does an event handler have to be a standalone function, or can it be a method inside a class?
$session.add_FileTransferProgress
, I had a question:
Does an event handler have to be a standalone function, or can it be a method inside a class?