Handling Events in Visual Basic
To handle PortController events in Visual Basic, select the event you want to handle from the event window in the code editor:
Then simply add your code to the newly created handling function:
See PortController Events for a list of events and handling function arguments.
|