[]
Holds the changing information for the designer.
public class LayoutChangingArgs : EventArgs
| Name | Description |
|---|---|
| LayoutChangingArgs(LayoutChangeType, SelectionType, string, object, object, string, string) | Initializes a new instance of the LayoutChangingArgs class with specified details about the layout change. |
| Name | Description |
|---|---|
| AllowChange | Gets or sets a value indicating whether the layout change is allowed to proceed. |
| Name | Gets a value representing the name associated with the layout change. |
| NewSectionName | Gets a value representing the new name of the section following the layout change. |
| NewValue | Gets a value representing the new value associated with the layout change. |
| OldSectionName | Gets a value representing the original name of the section before it was renamed. |
| OldValue | Gets a value representing the old value prior to the layout change. |
| Type | Gets a value representing the type of the layout change that has occurred. |