| DocumentHandlerCustomPropertyModify Event |
Raised when custom properties modified (added, removed or changed) from the UI or API
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 CustomPropertyModifyDelegate CustomPropertyModify
Public Event CustomPropertyModify As CustomPropertyModifyDelegate
public:
event CustomPropertyModifyDelegate^ CustomPropertyModify {
void add (CustomPropertyModifyDelegate^ value);
void remove (CustomPropertyModifyDelegate^ value);
}
Value
Type:
CodeStack.SwEx.AddIn.DelegatesCustomPropertyModifyDelegateSee Also