EpiTreeViewPanel change event?

I had created DynamicQueryAdapter which populates a Grid, the code works fine. But, as the user navigates through the TreeView List, I need to pass the PO value they select into this DQA (Grid)
There is nothing like a EpiTreeViewPanel change/click event, so what Event can I use to grab this value?

POTreeViewPanel

I would think that when the user selects another PO, you could verify under epiViewNotification in Initialize, if your currentrow has changed…? I use this method under Order entry. I have a global variable having the current OrderNum. and under Initialize, I compare that value with the currentrow ordernum…if different i access my code…

maybe that could work for your issue?

Pierre

I think RowChange events should be called, too.