hi guys,
i am using vb.net 2005 and i want to know the event name for a listview that happens every time an item is added.
thank you.

What do you want these kind of events for? Instead, you can write codes right after an item added or removed. e.g.

listView1.Items.Add("aa")
'write code which you want to put in the "items.add" event here.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.