_CustomXMLPartsEvents_PartAfterLoadEventHandler Delegate

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _CustomXMLPartsEvents_PartAfterLoadEventHandler ( _
    Part As CustomXMLPart _
)
'Usage
Dim instance As New _CustomXMLPartsEvents_PartAfterLoadEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _CustomXMLPartsEvents_PartAfterLoadEventHandler(
    CustomXMLPart Part
)

Parameters

See Also

Reference

Microsoft.Office.Core Namespace