CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Event beeing called when the property changes. You don't need to specify a handler here because
GeoVectorProperty.SetGeoVector is beeing called.
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event GeneralGeoVectorAction..::..SetGeoVectorDelegate SetGeoVectorEvent |
| Visual Basic |
|---|
Public Event SetGeoVectorEvent As GeneralGeoVectorAction..::..SetGeoVectorDelegate |
| Visual C++ |
|---|
public: event GeneralGeoVectorAction..::..SetGeoVectorDelegate^ SetGeoVectorEvent { void add (GeneralGeoVectorAction..::..SetGeoVectorDelegate^ value); void remove (GeneralGeoVectorAction..::..SetGeoVectorDelegate^ value); } |