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

--
 
Back
Top