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 contex menue commands 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 ProcessContextMenuDelegate ProcessContextMenuEvent |
| Visual Basic |
|---|
Public Event ProcessContextMenuEvent As ProcessContextMenuDelegate |
| Visual C++ |
|---|
public: virtual event ProcessContextMenuDelegate^ ProcessContextMenuEvent { void add (ProcessContextMenuDelegate^ value); void remove (ProcessContextMenuDelegate^ value); } |