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#
public event ProcessCommandDelegate ProcessCommandEvent
Visual Basic
Public Event ProcessCommandEvent As ProcessCommandDelegate
Visual C++
public:
virtual  event ProcessCommandDelegate^ ProcessCommandEvent {
	void add (ProcessCommandDelegate^ value);
	void remove (ProcessCommandDelegate^ value);
}

Implements

IFrame..::..ProcessCommandEvent

See Also