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