Skip to content

ChangeComponent ​

This event is triggered after the user has changed the ADOxx component.

Parameters ​

ParameterDescription
oldintValue, contains the number of the old component (-1 indicates it is the first component)
newintValue, contains the number of the new component.

Remarks ​

See Also ​

Example ​

leo-grammar
	ON_EVENT "ChangeComponent" {
	
	#do something
	
	}
	ON_EVENT "ChangeComponent" {
	
	#do something
	
	}