MyDashboards.aspx ページにユーザー コントロールを追加しました。
<uc:dlUC ID="dashboardListUserControl" runat="server" OnInit="ConfigureDashboardList" />
MyDashboards.aspx.cs、つまりコード ページには、次の機能があります。
public void ConfigureDashboardList(EventArgs e)
{}
次のエラーが表示されます。
No overload for 'ConfigureDashboardList' matches delegate 'System.EventHandler'
何が問題ですか?