is that there is no onselect for listbox in c#?
if i want to trigger an event when i select an item in the listbox
what can i do?

thanks a lot!!!

Re: c# listbox onselect by Konstantin

Konstantin
Sun Jan 23 02:34:40 CST 2005


I think SelectedIndexChanged event is what you need.

Regards,
Konstantin

alan wrote:
> is that there is no onselect for listbox in c#?
> if i want to trigger an event when i select an item in the listbox
> what can i do?
>
> thanks a lot!!!

Re: c# listbox onselect by alan

alan
Sun Jan 23 02:53:02 CST 2005

thanks a lot!

"Konstantin Nikolaenko" wrote:

>
> I think SelectedIndexChanged event is what you need.
>
> Regards,
> Konstantin
>
> alan wrote:
> > is that there is no onselect for listbox in c#?
> > if i want to trigger an event when i select an item in the listbox
> > what can i do?
> >
> > thanks a lot!!!
>