_CustomXMLPartsEvents_PartAfterAddEventHandler Delegate
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _CustomXMLPartsEvents_PartAfterAddEventHandler ( _
NewPart As CustomXMLPart _
)
'Usage
Dim instance As New _CustomXMLPartsEvents_PartAfterAddEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _CustomXMLPartsEvents_PartAfterAddEventHandler(
CustomXMLPart NewPart
)
Parameters
- NewPart
Type: Microsoft.Office.Core.CustomXMLPart