I would like a new event: OnCheckBoxChanging(Sender ..., PreviousItem : TElXTreeItem; ProposedItem : TElXTreeItem; var AllowChange : Boolean);
In this event I could check if PreviousItem is nil or an item that was previously selected and update data accordingly.
I could also disallow the change of selected item by setting AllowChange to False. I would do this in the case of unfinished processing by the user for the selected item, for example.
Thanks.
Raymond
Comments