| Visual Basic (Declaration) | |
|---|---|
Public Enum LayoutChangeType Inherits System.Enum  | |
| C# | |
|---|---|
public enum LayoutChangeType : System.Enum  | |
| Member | Description | 
|---|---|
| ControlAdd | A control has been added. | 
| ControlDelete | A control has been deleted. | 
| ControlMove | A control has been moved. | 
| ControlSize | The size of a control has changed. | 
| ControlZOrder | A control's ZOrder has been changed. | 
| ReportClear | The report has been cleared. | 
| ReportLoad | A report has been loaded. | 
| ReportSize | A report's size has changed. | 
| SectionAdd | A section has been added. | 
| SectionDelete | A section has been deleted. | 
| SectionMove | A section has been moved. | 
| SectionSize | The size of a section has changed. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Design.LayoutChangeType