Share via


OpenXmlPackageValidationEventArgs Class

Definition

Caution

This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.

Represents the Open XML package validation events.

[System.Obsolete("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.", false)]
public sealed class OpenXmlPackageValidationEventArgs : EventArgs
[System.Obsolete("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.", false)]
[System.Serializable]
public sealed class OpenXmlPackageValidationEventArgs : EventArgs
[<System.Obsolete("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.", false)>]
type OpenXmlPackageValidationEventArgs = class
    inherit EventArgs
[<System.Obsolete("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.", false)>]
[<System.Serializable>]
type OpenXmlPackageValidationEventArgs = class
    inherit EventArgs
Public NotInheritable Class OpenXmlPackageValidationEventArgs
Inherits EventArgs
Inheritance
OpenXmlPackageValidationEventArgs
Attributes

Properties

Message

Gets or sets the message string of the event.

Part

Gets the part in which to process the validation.

PartClassName

Gets the class name of the part.

SubPart

Gets the part that caused the event.

Applies to