CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Provide a method here to get the result of this input (and modify your object)
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event ConstructAction..::..MultipleChoiceInput..::..SetChoiceDelegate SetChoiceEvent |
| Visual Basic |
|---|
Public Event SetChoiceEvent As ConstructAction..::..MultipleChoiceInput..::..SetChoiceDelegate |
| Visual C++ |
|---|
public: event ConstructAction..::..MultipleChoiceInput..::..SetChoiceDelegate^ SetChoiceEvent { void add (ConstructAction..::..MultipleChoiceInput..::..SetChoiceDelegate^ value); void remove (ConstructAction..::..MultipleChoiceInput..::..SetChoiceDelegate^ value); } |