_CustomXMLPartsEvents_Event Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Events interface for Microsoft Office CustomXMLParts object events.
public interface class _CustomXMLPartsEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface _CustomXMLPartsEvents_Event
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CustomXMLPartsEvents_Event = interface
Public Interface _CustomXMLPartsEvents_Event
- Derived
- Attributes
Methods
Events
PartAfterAdd |
Occurs just after a _CustomXMLPartobject is added to the _CustomXMLParts collection. |
PartAfterLoad |
Occurs just after a _CustomXMLPart object is loaded. |
PartBeforeDelete |
Occurs just before a _CustomXMLPart object is deleted from the _CustomXMLParts collection. |