[]
Gets a value representing the type of the layout change that has occurred.
public LayoutChangeType Type { get; }
Type | Description |
---|---|
LayoutChangeType | A LayoutChangeType value that indicates the specific type of layout change. This can include changes such as adding, deleting, moving, or resizing controls or sections within the designer environment. |
The Type property provides detailed information about the nature of the layout change, enabling event handlers and other parts of the application to respond appropriately to different types of changes.