The LayoutChangedArgs class provides data required for the LayoutChanged event.
| Visual Basic (Declaration) | |
|---|---|
Public Class LayoutChangedArgs Inherits EventArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class LayoutChangedArgs : EventArgs | |
| C# | Copy Code |
|---|---|
// ardMain_LayoutChanged - runs when a control/section in the layout is added/deleted/moved | |
| Visual Basic | Copy Code |
|---|---|
'ardMain_LayoutChanged - runs when a control/section in the layout is added/deleted/moved | |
System.Object
System.EventArgs
DataDynamics.ActiveReports.Design.LayoutChangedArgs