Skip to content

DeleteAPVersion ​

This event is triggered after an attribute profile version has been deleted.

Parameters ​

ParameterDescription
apversionidintValue, ID of the deleted attribute profile.
apclassidintValue, class ID of the deleted attribute profile.
namestrValue, name of the deleted attribute profile.

Exit value: ​

Remarks ​

See Also ​

Example ​

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