Show / Hide Table of Contents

Delegate StringProperty.SetStringDelegate

Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
[Obsolete("use delegate StringProperty.OnSetValue instead")]
public delegate void SetStringDelegate(StringProperty sender, string newValue);
Parameters
Type Name Description
StringProperty sender
System.String newValue
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX