Click or drag to resize

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
Members
  Member nameValueDescription
Add0 New item added
Delete1 Item has been deleted
PreDelete2 Item is about to be deleted
Rename3 Item has been renamed
PreRename4 Item is about to be renamed
See Also