company logo

EventHandler :: PropertyEventHandler - Property event handler

The property event handler has to be overloaded when specific handling for property (collection) events as updated or deleted has to be provided. The type of event is passed via the event_id. The objid refers to the index identity of the updated collection.

When a notification handler is implemented in the context class, it will be called after calling the event handler set for the property handle.

Return value:  Continuation (   )

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

Implementation details

logical EventHandler  :: PropertyEventHandler ( CSA_Events event_id, int64 objid )
  • event_id - Event type

    The event type defines the type of the passed event.

  • objid - - internal feature (not documented)