Executed when the item Image property is modified
Member of Tree Design Interface (PRIM_TREE.ITreeDesign)
Name | Type | Data Type | Description |
---|---|---|---|
TreeItem | *Input | PRIM_TREE.TreeItem | Reference to the item whose Image has been set |
The OnItemImageChanged method is executed whenever a the image property of the list item is set. This allows for a simple handling of images within the list and mitigates the need for user defined features.
Redefine the method in the design reusable part.
Mthroutine Name(OnItemImageChanged) Options(*Redefine) #Image.Image <= #BookItem.Image *As #Prim_bmp Endroutine
Febuary 18 V14SP2