CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
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: CADabilityAssembly: 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: event ProcessCommandDelegate^ ProcessCommandEvent { void add (ProcessCommandDelegate^ value); void remove (ProcessCommandDelegate^ value); } |