ListBox MultiSimple and event handling

G

Guest

I have tried to use a ListBox with SelectionMode set to MultiSimple. I have
also tried quite a lot of the event handlers, but no events seem to be
triggered. Why aren't the events triggered?
 
A

Alex Meleta

No events at all or by some actions?
E.g. the SelectedIndexChanged and SelectedValueChanged should be called by
a click or VisibleChanged on the init of the Form (change visibility).

WBR, Alex Meleta
Blog: http://devkids.blogspot.com


-----Original Message-----
From: Joachim [mailto:[email protected]]
Posted At: Samstag, 28. April 2007 01:22
Posted To: microsoft.public.dotnet.languages.csharp
Conversation: ListBox MultiSimple and event handling
Subject: RE: ListBox MultiSimple and event handling

It is really strange; if I do a new simple test app it works just fine...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top