| ItemModificationAction_e Enumeration |
Type of the modification action of the item
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 ItemModificationAction_e
Public Enumeration ItemModificationAction_e
public enum class ItemModificationAction_e
Members
| Member name | Value | Description |
---|
| Add | 0 |
New item added
|
| Delete | 1 |
Item has been deleted
|
| PreDelete | 2 |
Item is about to be deleted
|
| Rename | 3 |
Item has been renamed
|
| PreRename | 4 |
Item is about to be renamed
|
See Also