CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Event beeing raised when a Picture object has been created.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static event Picture..::..ConstructedDelegate Constructed |
| Visual Basic |
|---|
Public Shared Event Constructed As Picture..::..ConstructedDelegate |
| Visual C++ |
|---|
public: static event Picture..::..ConstructedDelegate^ Constructed { void add (Picture..::..ConstructedDelegate^ value); void remove (Picture..::..ConstructedDelegate^ value); } |