Delegate ProcessContextMenuDelegate
Delegate definition for ProcessContextMenuEvent, which is raised when a context menu is about to be executed.
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void ProcessContextMenuDelegate(ICommandHandler target, string MenuId, ref bool Processed);
Parameters
| Type | Name | Description |
|---|---|---|
| ICommandHandler | target | The commandhandler, to which this command is targeted |
| 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 |