Subscribe method
| Example | Applies to |
|---|---|
| Hello World tutorial |
Return Type
When you use plug-in technology, use Subscribe to tell ReadSoft Invoices which events you want to subscribe to (use). Your plug-in is called every time the EventName event is fired, i.e. on Application level. The callback function is given in HandlerFunction.
Long
object.Subscribe (HandlerObject As Object, EventName As String, HandlerFunction As String)
|
Part |
Description |
|---|---|
|
object |
An expression evaluating to an object listed in the 'Applies to' table above. |
|
HandlerObject |
Object |
|
EventName |
A string value. |
|
HandlerFunction |
A string value. |