ChangeComponent ​
This event is triggered after the user has changed the ADOxx component.
Parameters ​
Parameter | Description |
---|---|
old | intValue, contains the number of the old component (-1 indicates it is the first component) |
new | intValue, contains the number of the new component. |
Remarks ​
See Also ​
Example ​
leo-grammar
ON_EVENT "ChangeComponent" {
#do something
}