Page 1 of 1

are you missing an assembly reference?

Posted: Fri Aug 01, 2014 1:35 pm
by robkwan
Target is iX on A12, WinCE

I added the listview control via the "Add Additional Controls" in the "Objects" menu group.

I added listView1_DrawItem event, Intellisense sees System.Windows.Forms.DrawListViewItemEventArgs.

But the compiler doesn't. How to fix this?

Re: are you missing an assembly reference?

Posted: Tue Dec 02, 2014 10:19 pm
by brooksk
I have the same issue on a T7E. I have a ListView and want to get the item infomration out of the row uplon selctionitem changed event.

I can code it with intellisense, but the compiler is throwing out the system event args issue.

Any ideas? Or did the original poster solve the problem for us to share?