ListView event  
Author Message
nikos_22





PostPosted: .NET Base Class Library, ListView event Top

I have a ListView control.I want that when a item is added to the list to do something.

Is there any event that shows that a item is added



.NET Development2  
 
 
nobugz





PostPosted: .NET Base Class Library, ListView event Top

No. You don't need one. It is your code that adds the item. Just do what you need to do after you add the item. Call a delegate if really necessary.