_CustomXMLPartEvents_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 CustomXMLPart object events.
public interface class _CustomXMLPartEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface _CustomXMLPartEvents_Event
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CustomXMLPartEvents_Event = interface
Public Interface _CustomXMLPartEvents_Event
- Derived
- Attributes
Methods
Events
NodeAfterDelete |
Occurs after a node is deleted in a _CustomXMLPart object. |
NodeAfterInsert |
Occurs after a node is inserted in a _CustomXMLPart object. |
NodeAfterReplace |
Occurs just after a node is replaced in a _CustomXMLPart object. |