ListView and item selection event

  • Thread starter Thread starter Ibai Peña
  • Start date Start date
I

Ibai Peña

Hi,

I have a listview that must show a new form when an item is selected. Which
event should I use? I have try the SelectedIndexChanged but has some
problems.

For example, first time an item is selected, the event is not fired.

Another one. When I click in a item the new form is shown. When the new form
is closed, and listview´s form is showed again, when clicking in a item, it
only gets selected. The event doesnt seem to be fired (the new form is not
opened).

Is there any other event better than this to catch item selection event? If
there is not, how can I improve this behavior?

Thanks in advance,
 
Back
Top