CADability dotNET
Provide a event handler if you want to be notified on command routed through this frame or to execute command handlers for some routed commands-

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

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

See Also