Show / Hide Table of Contents

Class QuestionItemInvalidAnswersEventArgs

Provide data for the invalid answer events

Inheritance
System.Object
System.EventArgs
QuestionItemInvalidAnswersEventArgs
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 QuestionItemInvalidAnswersEventArgs : EventArgs

Properties

InvalidItems

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