[]
Gets a value representing the name associated with the layout change.
public string Name { get; }
Type | Description |
---|---|
string | A 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. |
The Name property is particularly useful in scenarios where the layout change needs to be tracked or logged, allowing for a more descriptive and understandable representation of the change that occurred.