ListView item changing event -
01-21-2010
, 11:07 PM
In the Win32 ListView control there are LVN_ITEMCHANGING and
LVN_ITEMCHANGED events for when a list view item changes. I do not see
such equivalent events for the System.Windows.Forms.ListView control. Do
the equivalent events exist ? If not how do I catch the event when an
item is changing in the System.Windows.Forms.ListView control ? |