Skip to content

SaveLibrary ​

This event is triggered when a library is saved.

Parameters ​

ParameterDescription
libidintValue, the ID of the concerned library.

Exit value: ​

Remarks ​

This event is also triggered when changes on an attribute profile were done!

See Also ​

Example ​

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