CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Provide a event handler if you want to control the appearance of commands in a context the menu
(set the enabled and check flags).
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event UpdateContextMenuDelegate UpdateContextMenuEvent |
| Visual Basic |
|---|
Public Event UpdateContextMenuEvent As UpdateContextMenuDelegate |
| Visual C++ |
|---|
public: virtual event UpdateContextMenuDelegate^ UpdateContextMenuEvent { void add (UpdateContextMenuDelegate^ value); void remove (UpdateContextMenuDelegate^ value); } |