Class QuestionLayoutChanged
public class QuestionLayoutChanged : Change, IChange
- Inheritance
-
QuestionLayoutChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionLayoutChanged(Guid, OptionLayout)
public QuestionLayoutChanged(Guid question, OptionLayout layout)
Parameters
questionGuidlayoutOptionLayout
Properties
Layout
public OptionLayout Layout { get; set; }
Property Value
Question
public Guid Question { get; set; }