_CustomXMLPartsEvents_Event Interface

Definition

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

add_PartAfterAdd(_CustomXMLPartsEvents_PartAfterAddEventHandler)
add_PartAfterLoad(_CustomXMLPartsEvents_PartAfterLoadEventHandler)
add_PartBeforeDelete(_CustomXMLPartsEvents_PartBeforeDeleteEventHandler)
remove_PartAfterAdd(_CustomXMLPartsEvents_PartAfterAddEventHandler)
remove_PartAfterLoad(_CustomXMLPartsEvents_PartAfterLoadEventHandler)
remove_PartBeforeDelete(_CustomXMLPartsEvents_PartBeforeDeleteEventHandler)

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.

Applies to