Show / Hide Table of Contents

Delegate StringProperty.StringChangedDelegate

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