CADability dotNET
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: CADability
Assembly: 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:
 event UpdateCommandDelegate^ UpdateCommandEvent {
	void add (UpdateCommandDelegate^ value);
	void remove (UpdateCommandDelegate^ value);
}

See Also