I am getting the attached error in the designer after adding the TrackEnded event. The code compiles fine and seems to work fine but the designer no longer works.
Here is the code that I added to the designer.cs file:
this
.mapControl.TrackOverlay.TrackEnded += new System.EventHandler<ThinkGeo.MapSuite.DesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs>(this.TrackOverlay_TrackEnded);
Anybody have any idea what is wrong here?
Thanks.
Curtis