Delegate EditableProperty<T>.LabelChangedDelegate
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public delegate void LabelChangedDelegate(EditableProperty<T> sender, string newLabel);
Parameters
| Type | Name | Description |
|---|---|---|
| EditableProperty<T> | sender | |
| System.String | newLabel |