company logo

EventHandler :: ProcessPropertyHandler - Process Property Event Handler

The process event handler has to be overloaded when specific handling for process events (as read or change selection) has to be provided. The type of event is passed via the int_event parameter.

The function should return true (YES) to preprocess handlers to abort the process.

Return value:  Continuation (   )

When this value is true the function will continue, otherwise the processing terminates.

Implementation details

logical EventHandler  :: ProcessPropertyHandler ( DB_Event intevent )
  • intevent - Event identifier

    The event identifier is an internal number that is defined for typical events.