EventBox
From Xojo Documentation
Displays an event box
Needs checking - This template documentation may contain inaccurate information. |
{{EventBox | name = event name | owner = class owner | scope = public/protected/private | parameters = parameters | returntype = type of data returned | platform = all/mac/win/linux | newinversion = version where this class first appeared | modifiedinversion = version where this class has been modified | replacementreason = obsolete/deprecated | replacement = the replacement }}
Event
This event is only available on Windows and Linux platforms. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this event on an incompatible platform. |
TestClass.TestEvent(X as Integer, Y as Integer) As Boolean
Supported for all project types and targets.
Supported for all project types and targets.