Show / Hide Table of Contents

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX