CADability dotNET
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: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
event UpdateContextMenuDelegate UpdateContextMenuEvent
Visual Basic
Event UpdateContextMenuEvent As UpdateContextMenuDelegate
Visual C++
 event UpdateContextMenuDelegate^ UpdateContextMenuEvent {
	void add (UpdateContextMenuDelegate^ value);
	void remove (UpdateContextMenuDelegate^ value);
}

See Also