Integrated Application Platform › Forums › General › explorerlistview and explorerlistmodellinked › Re: Re: explorerlistview and explorerlistmodellinked
May 26, 2011 at 8:00 pm
#845
Moderator
If you are using a Controller to contain your ExplorerListView, you can define a method in the Controller class called ExplorerListView_Selection which will get called whenever an item is selected in the ExplorerListView. The method should accept an argument which is the record being selected.