PartRootEventExtensions.AddPartRootEventsFeature(OpenXmlPartContainer) Method
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.
Adds a feature to track eventing for package life cycle events.
public static void AddPartRootEventsFeature (this DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer container);
static member AddPartRootEventsFeature : DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer -> unit
<Extension()>
Public Sub AddPartRootEventsFeature (container As OpenXmlPartContainer)
Parameters
- container
- OpenXmlPartContainer
Container to add the feature to.