How to realize the "MouseClickItemChecked" event of Listview

  • Thread starter Thread starter yxq
  • Start date Start date
Y

yxq

How to realize the "MouseClickItemChecked" event of Listview?
In VS2005, Listview has not the event "MouseClickItemChecked", it means that
only mouse clicks the listview item and the checked state changed, raise the
event. can anyone tell me how to realize it?
 
Hi,

inherit from the listview and extend it with your own
implementation of "MouseClickItemChecked",...

Regards

Kerem

--
 

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

Back
Top