Show / Hide Table of Contents

Delegate DimensionStyle.PropertyChangedDelegate

Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public delegate void PropertyChangedDelegate(DimensionStyle sender, string propertyName, object newValue, object oldValue);
Parameters
Type Name Description
DimensionStyle sender
System.String propertyName
System.Object newValue
System.Object oldValue
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX