ICustomXMLPartsEvents.PartBeforeDelete Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub PartBeforeDelete ( _
OldPart As CustomXMLPart _
)
'Usage
Dim instance As ICustomXMLPartsEvents
Dim OldPart As CustomXMLPart
instance.PartBeforeDelete(OldPart)
void PartBeforeDelete(
CustomXMLPart OldPart
)
Parameters
- OldPart
Type: Microsoft.Office.Core.CustomXMLPart