Hi,

The Gambas 3 help for Event declaration has an error in the example
code:


Events declaration
EVENT Name ( [ Parameter #1 [ , Parameter #2 ... ] )


This declares a class event. This event is raised by using
the RAISE keyword.

The RAISE keyword may return a boolean value to indicate if
the event handler wants to cancel the event.


Example

EVENT BeforeSend(Data AS String) AS Boolean

...

regards
Bruce
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to