ListBox MultiSimple and event handling

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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...
 
Back
Top