Event Handler Functions
These functions follow a pattern for the Scripter can use them when an event is triggered.
def nameOfFuncion(interop, eventArgs) end
Interop
Type: InteropManager Object Object that lets you work with internal server functions and Scripter
Event Args
Arguments from Event
Help
See Object Reference Pages to Methods and Classes
Comments