Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
MapElementPropertyChangedEventArgs NOT in 9.2
posted

Hello!

We recently purchased NetAdvantage for Silverlight Data Visualization 2009 Vol. 2

Our current application on development is using Infragistics.Silverlight.DataVisualization.Map.v9.1.dll along with other related DLLs ... and everything is working fine with our Infragistics Map Module.

On our Silverlight Web application project, I replaced Infragistics.Silverlight.DataVisualization.Map.v9.1.dll with Infragistics.Silverlight.DataVisualization.Map.v9.2.dll along with other related DLLs

and got errors compiling in particular ... The type or namespace 'MapElementPropertyChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)

 

private void theMap_ElementPropertyChanged(object sender, MapElementPropertyChangedEventArgs e)

( works with 9.1 but NOT with v9.2 )

ANY HELP IS VERY MUCH APPRECIATED.

THANK YOU.

trifee

2 Dec 2009

11:13am EST