OpenXmlPackageValidationSettings Class
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.
Caution
This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.
Specifies event handlers that will handle OpenXmlPackage validation events and the OpenXmlPackageValidationEventArgs.
[System.Obsolete("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.", false)]
public class OpenXmlPackageValidationSettings
[<System.Obsolete("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.", false)>]
type OpenXmlPackageValidationSettings = class
Public Class OpenXmlPackageValidationSettings
- Inheritance
-
OpenXmlPackageValidationSettings
- Attributes
Constructors
OpenXmlPackageValidationSettings() |
Events
EventHandler |
Represents the callback method that will handle OpenXmlPackage validation events and the OpenXmlPackageValidationEventArgs. |