LayoutChangingArgs Constructor
Initializes a new instance of the
LayoutChangingArgs class with specified details about the layout change.
Initializes a new instance of the LayoutChangingArgs class.
Parameters
- type
- The type of layout change that is to occur.
- selectionType
- Specifies the selection type involved in the layout change, categorized by the SelectionType enumeration.
- name
- The array of names of the controls or sections to be updated or changed.
- newValue
- The array of controls or sections to be added.
- oldValue
- The array of controls or sections to be deleted.
- oldSectionName
- Name of the old section.
- newSectionName
- Name of the new section.