public propertyRemoved(
&$prop
object ,
$uid
string ,
$section
string ,
$property
string ,
$old_value
string );This is fired when a property is removed. (such as when a user is deleted.)
$prop
The GenieGate_Properties object.
$uid
The user ID.
$section
The section code.
$property
The property being removed.
$old_value
The original value of the property.