| CustomPropertyModifyDelegate Delegate |
Namespace:
CodeStack.SwEx.AddIn.Delegates
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public delegate void CustomPropertyModifyDelegate(
DocumentHandler docHandler,
CustomPropertyModifyData[] modifications
)
Public Delegate Sub CustomPropertyModifyDelegate (
docHandler As DocumentHandler,
modifications As CustomPropertyModifyData()
)
public delegate void CustomPropertyModifyDelegate(
DocumentHandler^ docHandler,
array<CustomPropertyModifyData^>^ modifications
)
Parameters
- docHandler
- Type: CodeStack.SwEx.AddIn.CoreDocumentHandler
Document Handler which sends this notification - modifications
- Type: CodeStack.SwEx.AddIn.DelegatesCustomPropertyModifyData
Array of all modifications in custom properties
See Also