DeleteAPVersion ​
This event is triggered after an attribute profile version has been deleted.
Parameters ​
Parameter | Description |
---|---|
apversionid | intValue, ID of the deleted attribute profile. |
apclassid | intValue, class ID of the deleted attribute profile. |
name | strValue, name of the deleted attribute profile. |
Exit value: ​
Remarks ​
See Also ​
Example ​
leo-grammar
ON_EVENT "DeleteAPVersion" {
#do something
}