CADability dotNET Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public delegate void LayerRemovedDelegate( LayerList sender, Layer removed ) |
| Visual Basic |
|---|
Public Delegate Sub LayerRemovedDelegate ( _ sender As LayerList, _ removed As Layer _ ) |
| Visual C++ |
|---|
public delegate void LayerRemovedDelegate( LayerList^ sender, Layer^ removed ) |
Parameters
- sender
- Type: CADability.Attribute..::..LayerList
- removed
- Type: CADability.Attribute..::..Layer