CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Provide a method here, if the boolean value not only depends from this input, but is also
modified by other means.
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event ConstructAction..::..BooleanInput..::..GetBooleanDelegate GetBooleanEvent |
| Visual Basic |
|---|
Public Event GetBooleanEvent As ConstructAction..::..BooleanInput..::..GetBooleanDelegate |
| Visual C++ |
|---|
public: event ConstructAction..::..BooleanInput..::..GetBooleanDelegate^ GetBooleanEvent { void add (ConstructAction..::..BooleanInput..::..GetBooleanDelegate^ value); void remove (ConstructAction..::..BooleanInput..::..GetBooleanDelegate^ value); } |