[]
Provides data for the LayoutChangedEventHandler event, which occurs after a layout change has been made in the designer.
public class LayoutChangedArgs : EventArgs
The LayoutChangedArgs class contains information about the type of layout change that occurred, allowing event handlers to respond appropriately. This can include changes such as adding, removing, or modifying components within the designer's layout. The type of change is categorized by the LayoutChangeType enumeration.
Name | Description |
---|---|
LayoutChangedArgs(LayoutChangeType) | Initializes a new instance of the LayoutChangedArgs class with the specified layout change type. |
Name | Description |
---|---|
Type | Gets a value representing the type of layout change that occurred. |