public DocumentPartModifiedEventArgs(DocumentPart affectedDocumentPart, string propertyName, DocumentPartModificationType modificationType)
 {
     this.propertyName = propertyName;
     this.affectedDocumentPart = affectedDocumentPart;
     this.modificationType = modificationType;
 }
 public DocumentPartModifiedEventArgs(DocumentPart affectedDocumentPart, string propertyName, DocumentPartModificationType modificationType)
 {
     this.propertyName         = propertyName;
     this.affectedDocumentPart = affectedDocumentPart;
     this.modificationType     = modificationType;
 }