Show / Hide Table of Contents

Class SectionAnswersItemEventArgs

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

Constructors

SectionAnswersItemEventArgs(Int32, GridAnswerDataCollection)

Declaration
public SectionAnswersItemEventArgs(int sectionNumber, GridAnswerDataCollection sectionAnswers)
Parameters
Type Name Description
System.Int32 sectionNumber
GridAnswerDataCollection sectionAnswers

Properties

SectionAnswers

Posted answers related to this section

Declaration
public GridAnswerDataCollection SectionAnswers { get; set; }
Property Value
Type Description
GridAnswerDataCollection

SectionNumber

The section number to which this event is related

Declaration
public int SectionNumber { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX