Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX