EventHandlerをMouseEventHandlerに変換しようとすると問題が発生します。
System::EventHandler^ method = gcnew System::EventHandler(this, &MainForm::Exit_Action);
if (e->trigger == "onmousedown") {
c->MouseDown += (MouseEventHandler^)(method); // error
(これは、System :: Windows :: Forms :: Formクラスを指します)
トリックを行う方法はありますか?