Click or drag to resize

CustomPropertyChangeAction_e Enumeration

Type of the modification action on custom properties

Namespace:  CodeStack.SwEx.AddIn.Enums
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public enum CustomPropertyChangeAction_e
Members
  Member nameValueDescription
Add0 New custom property is added
Delete1 Custom property is removed
Modify2 Custom property value is changed
See Also