| DocumentHandlerItemModify Event |
Raised when item (e.g. feature, configuration) is modified in the Feature Manager Tree (e.g. renamed, added or removed)
Namespace:
CodeStack.SwEx.AddIn.Core
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public event ItemModifyDelegate ItemModify
Public Event ItemModify As ItemModifyDelegate
public:
event ItemModifyDelegate^ ItemModify {
void add (ItemModifyDelegate^ value);
void remove (ItemModifyDelegate^ value);
}
Value
Type:
CodeStack.SwEx.AddIn.DelegatesItemModifyDelegateSee Also