Windows 8 Metro アプリの開発に VisualStudio 11 ベータ版を使用していますが、エラーが発生しました。エラーは次のとおりです。
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);