| 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
Public Enumeration CustomPropertyChangeAction_e
public enum class CustomPropertyChangeAction_e
Members
| Member name | Value | Description |
---|
| Add | 0 |
New custom property is added
|
| Delete | 1 |
Custom property is removed
|
| Modify | 2 |
Custom property value is changed
|
See Also