| Visual Basic (Declaration) | |
|---|---|
Public Event StatusChanged() As StatusChangedEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event StatusChangedEventHandler StatusChanged() | |
| C# | Copy Code |
|---|---|
// ardMain_StatusChanged - runs with the status of the Designer has changed | |
| Visual Basic | Copy Code |
|---|---|
'ardMain_StatusChanged - runs with the status of the Designer has changed | |
Designer actions represent the commands that are typically invoked from UI elements such as a toolbar or a menu. You can use the QueryAction methods to check the status of the changed action and update your custom UI elements.