Delegate CheckedLayerList.CheckStateChangedDelegate
Delegate definition for the CheckStateChangedEvent, which is called when the user changes the checkbox next to a layer
Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public delegate void CheckStateChangedDelegate(Layer layer, bool isChecked);
Parameters
| Type | Name | Description |
|---|---|---|
| Layer | layer | Layer which is changed |
| System.Boolean | isChecked | New value of the checked attribute |