Show / Hide Table of Contents

Class QuestionItemAnswersEventArgs

Provide data for the overflow and answer missing events

Inheritance
System.Object
System.EventArgs
QuestionItemAnswersEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Votations.NSurvey.WebControls.UI
Assembly: SurveyProject.WebControls.dll
Syntax
public class QuestionItemAnswersEventArgs : EventArgs

Properties

Answers

Declaration
public PostedAnswerDataCollection Answers { get; set; }
Property Value
Type Description
PostedAnswerDataCollection
In This Article
Back to top Generated by DocFX