CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Event that will be raised after the locked state changed.
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event AngleProperty..::..LockedChangedDelegate LockedChangedEvent |
| Visual Basic |
|---|
Public Event LockedChangedEvent As AngleProperty..::..LockedChangedDelegate |
| Visual C++ |
|---|
public: event AngleProperty..::..LockedChangedDelegate^ LockedChangedEvent { void add (AngleProperty..::..LockedChangedDelegate^ value); void remove (AngleProperty..::..LockedChangedDelegate^ value); } |