我正在使用 VisualStudio 11 beta 进行 Windows 8 Metro 应用程序开发,但出现错误。错误是:
Cannot implicitly convert type
'System.EventHandler<Windows.UI.Input.ManipulationStartedEventArgs>' to
'Windows.UI.Xaml.Input.ManipulationStartedEventHandler'
我的代码是。
selectRectangle.ManipulationStarted += new EventHandler<ManipulationStartedEventArgs>(OnRectangleManipulationStarted);
ellipseTL.ManipulationStarted += new EventHandler<ManipulationStartedEventArgs>(OnRectangleManipulationStarted);