Interface IAnswerSubscriber
Define the properties that are required for a class
that wants to be able to subscribe to answer published
by other answers.
Assembly: SurveyProject.WebControls.dll
Syntax
public interface IAnswerSubscriber
Methods
ProcessPublishedAnswers(Object, AnswerItemEventArgs)
Declaration
void ProcessPublishedAnswers(object sender, AnswerItemEventArgs e)
Parameters
PublisherCreation(Object, AnswerItemEventArgs)
Declaration
void PublisherCreation(object sender, AnswerItemEventArgs e)
Parameters