I have a list box and i am trying to get currently checked item inside ItemCheck Handler , but i couldn’t ,
->I can get List of CheckedItems using property chckdLstBox_Metabolites.CheckedItems
But how do i get the item that is checked just before????
I have a list box and i am trying to get currently checked item
Share
You can use the event’s ItemCheckEventArgs: