Share via


CustomXMLPartsClass.remove_PartAfterLoad Method

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

Syntax

'Declaration
Public Overridable Sub remove_PartAfterLoad ( _
    param0 As _CustomXMLPartsEvents_PartAfterLoadEventHandler _
)
'Usage
Dim instance As CustomXMLPartsClass
Dim param0 As _CustomXMLPartsEvents_PartAfterLoadEventHandler

instance.remove_PartAfterLoad(param0)
public virtual void remove_PartAfterLoad(
    _CustomXMLPartsEvents_PartAfterLoadEventHandler param0
)

Parameters

Implements

_CustomXMLPartsEvents_Event.remove_PartAfterLoad(_CustomXMLPartsEvents_PartAfterLoadEventHandler)

See Also

Reference

CustomXMLPartsClass Class

CustomXMLPartsClass Members

Microsoft.Office.Core Namespace