Ravenet Rasaiyah replied to Rakib Hasan
02-Jun-09 10:03 PM
Hi
There is no event to in the .net framework, but you can implement this easily.
To this you can write codes right after an item added or removed. e.g.
this.listView1.Items.Add("aa");
// write code which you want to put in the "items.add" event here.
same way you can do this to remove time also.
thank you