Name Property (LayoutChangingArgs)
The array of names of the controls or sections to be updated or changed.
'Declaration
Public ReadOnly Property Name As String
public string Name {get;}
Property Value
A
System.String representing the name of the layout element (such as a control or section) that is involved in the change. This name can be used to identify the specific element that has been added, removed, moved, or otherwise modified.