Initializes a new instance of the
LayoutChangingArgs class.
Initializes a new instance of the LayoutChangingArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As LayoutChangeType, _
ByVal As SelectionType, _
ByVal As String, _
ByVal As Object, _
ByVal As Object, _
ByVal As String, _
ByVal As String _
)
public LayoutChangingArgs(
LayoutChangeType ,
SelectionType ,
string ,
object ,
object ,
string ,
string
)
Parameters
- type
- The type of layout change that is to occur.
- selectionType
- The selection type.
- 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.
See Also