Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 135743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:50:19+00:00 2026-05-11T06:50:19+00:00

I’m implementing a project in MVP pattern and I’ve got some interfaces like this:

  • 0

I’m implementing a project in MVP pattern and I’ve got some interfaces like this:

public interface IWizardStep {   event EventHandler NextStep; }  public interface ISubmitable {   event EventHandler Submit; }   public interface IStep : ISubmitable, IWizardStep {   string SomeProperty { get; set; }  } 

My presenter class then has this:

public class StepPresenter {   public IStep View { get; set; }    public StepPresenter() {     this.View.Submit += new EventHandler(StepSubmitted);   }    void StepSubmitted(object sender, EventArgs e){     //do some processing      //Now I want to raise the Next event     //this.View.NextStep(sender, e) throws a compile error   }  } 

So I’m getting a compile error when trying to raise the NextStep event on the within the View. I’m pretty sure that it’s a problem because I haven’t implemented an event handler for NextStep, but this presenter wont be handling the event.

The presenter will be implemented as 1 step of many in a wizard on a form (ASP.NET, but that doesn’t make any difference) and the wizard will catch the NextStep event and show the next step in the wizard.

So how can I have an event on an interface raised like this, or is it impossible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T06:50:20+00:00Added an answer on May 11, 2026 at 6:50 am

    This is because NextStep is an eventHandler. You cannot call an event handler which must be raised. I would expect IStep to have a method call such as MoveToStep() which the concrete implementation would raise the event as expected which you could subscribe to somewhere else.

    What is your reasoning for the NextStep eventHandler in IWizardStep? If its a methd you’re after, create that in your interface instead of an event. Your consumer class should expect to call a method when needing to ‘do’ something and subscribe to an event when the IWizardStep has something to pass back (data or whatever)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 231k
  • Answers 231k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use the following function like this: Image('/path/to/original.image', '1/1', '150*', './thumb.jpg');… May 13, 2026 at 2:13 am
  • Editorial Team
    Editorial Team added an answer Check you database schema to see if the field (referenced… May 13, 2026 at 2:13 am
  • Editorial Team
    Editorial Team added an answer I figured out the problem - there was a session… May 13, 2026 at 2:13 am

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I want use html5's new tag to play a wav file (currently only supported
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
In order to apply a triggered animation to all ToolTip s in my app,
I have a French site that I want to parse, but am running into

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.