PropertyHandle :: ResetPropertyProcessHandler - Reset property process handler
The function resets an property process handler, which has been set by SetPropertyProcessHandler().
Implementation details
PropertyHandle  :: ResetPropertyProcessHandler ( EventLink *event_link )
- event_link
- Event link
An event link defines the link between a property handle and an event handler. A simple way of defining an event link is provided with the ELINK macro:
ELINK(class_instance, class_name, function_name)