_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
- Part
Type: Microsoft.Office.Core.CustomXMLPart