are you missing an assembly reference?

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
robkwan
Posts: 14
Joined: Mon Aug 19, 2013 1:32 pm

are you missing an assembly reference?

Post 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?
Attachments
pic.jpg
pic.jpg (571.3 KiB) Viewed 6784 times

brooksk
Posts: 3
Joined: Wed Oct 08, 2014 9:50 pm

Re: are you missing an assembly reference?

Post 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?

Post Reply