| Visual Basic (Declaration) | |
|---|---|
Public Event SelectionChanged() As SelectionChangedEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event SelectionChangedEventHandler SelectionChanged() | |
| C# | Copy Code |
|---|---|
// ardMain_SelectionChanged - runs when a control/section in the layout is selected | |
| Visual Basic | Copy Code |
|---|---|
'ardMain_SelectionChanged - runs when a control/section in the layout is selected | |
You can use the Selection property to inspect the current selection.