Class QuestionItemClientScriptEventArgs
Provide data for the client script generation event
Inheritance
System.Object
System.EventArgs
QuestionItemClientScriptEventArgs
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 QuestionItemClientScriptEventArgs : EventArgs
Properties
ClientScript
Generated script
Declaration
public string ClientScript { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Section
Which section is holding the answer item that has generated the script
Declaration
public Section Section { get; set; }
Property Value
Type | Description |
---|---|
Section |