Skip to content

OnItemChanged - cDRGroupTree

Method Type

Procedure

Arguments

Argument Description
hItem Handle of the tree item that is now the current item. The data this item points to is used to navigate in the report preview.
hItemOld Handle of the previous tree item. This argument is not used in the cDRGroupTree class.

Description

The event retrieves the report object ID from the phoReport property defined in the parent object, which is usually a cDRPreview, cDRDesktopPreview, cDRToolPanelPreview based object, or the oDRModalPreview object.

Notes

  • Always implement a forward send when augmenting this event in an object of the class.