| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Type As LayoutChangeType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public LayoutChangeType Type {get;} | |
Return Value
LayoutChangeType enumeration value that determines the type of change.| C# | Copy Code |
|---|---|
/// <summary> | |
| Visual Basic | Copy Code |
|---|---|
'ardMain_LayoutChanged - runs when a control/section in the layout is added/deleted/moved | |