Delegate ProcessCommandDelegate
Delegate definition for ProcessCommandEvent, which is raised when the user selects a menu command from the main menu.
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void ProcessCommandDelegate(string MenuId, ref bool Processed);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | MenuId | The menuid of the command (see MenuResource.xml) |
| System.Boolean | Processed | Set to true, if you have processed this command and no further action is required, leave unmodified if CADability should process this command |