public propertyCreated(
&$prop
object ,
$section
string ,
$property
string ,
$description
string );Fired when a new property is being defined.
$prop
The GenieGate_Properties object.
$section
The section key. (Example: genie.UserProperty)
$property
The property name. (Example: firstName)
$description
The description of this property. (Example: Persons first name)