VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
In This Topic
    VintaSoft Office .NET Plug-in: API changes in version 15.0
    In This Topic

    API changes in Vintasoft.Imaging.Office.OpenXml.dll

    New classes:

    public class Vintasoft.Imaging.Codecs.Encoders.HtmlEncoder Defines an encoder for HTML document from DOCX document.
    public class Vintasoft.Imaging.Codecs.Encoders.HtmlEncoderException Represents error that occurs during saving HTML file.
    public class Vintasoft.Imaging.Office.Vmf.VmfDocumentEditorSource Represents the source of VMF document editor.
    public class Vintasoft.Imaging.Office.Vmf.VmfDocumentEditorSourceRequestEventArgs Provides data for RequestProcessed event.


    Changed classes:

    Vintasoft.Imaging.Office.OpenXml.DocxConverterSettings
    Added properties
    public static Vintasoft.Imaging.Office.OpenXml.DocxConverterSettings Default { get; } Gets the default settings for DOCX converter.
    public System.Text.Encoding SourceDocumentDefaultTextEncoding { get; set; } Gets or sets the default text encoding for source document.
    Removed properties
    public Vintasoft.Imaging.Office.OpenXml.CreateUriStreamDelegate CreateUriStreamCallback { get; set; } Use override of method Vintasoft.Imaging.HtmlDocumentSource.CreateUriStream instead.


    Vintasoft.Imaging.Office.OpenXml.HtmlConverterSettings
    Added methods
    public Vintasoft.Imaging.Office.OpenXml.HtmlConverterSettings Clone() Clones this instance.


    Vintasoft.Imaging.Office.OpenXml.OpenXmlDocumentConverter
    Added methods
    public static void ConvertHtmlToDocx(Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, Vintasoft.Imaging.HtmlDocumentSource, System.IO.Stream, Vintasoft.Imaging.Office.OpenXml.DocxConverterSettings) Converts a HTML document to a DOCX document.


    Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentInformation
    Added properties
    public string Identifier { get; set; } Gets or sets the unambiguously identifies of the document.
    public string Language { get; set; } Gets or sets the language of the document.
    public string Revision { get; set; } Gets or sets the revision of the document.


    Vintasoft.Imaging.Office.OpenXml.Editor.Docx.DocxDocumentNumberingDefinitions
    Added properties
    public System.Collections.Generic.List<object> AllItems { get; } Gets a list of all items of numeration.


    New enumerations:

    public enum Vintasoft.Imaging.Office.Vmf.VmfBorderSide Specifies available sides for border.
    public enum Vintasoft.Imaging.Office.Vmf.VmfShadingPatternType Specifies available types of the shading pattern.
    public enum Vintasoft.Imaging.Office.Vmf.VmfHorizontalAlignmentType Specifies available types of horizontal alignment.
    public enum Vintasoft.Imaging.Office.Vmf.VmfStrikethroughType Specifies available types of strikethrough.
    public enum Vintasoft.Imaging.Office.Vmf.VmfRunUnderlineType Specifies available types of text underline.
    public enum Vintasoft.Imaging.Office.Vmf.VmfTextVerticalPosition Specifies available vertical positions of text.
    public enum Vintasoft.Imaging.Office.Vmf.VmfPageBorderDisplayType Specifies available modes of page border display.
    public enum Vintasoft.Imaging.Office.Vmf.VmfStyleType Specifies available types of a style.
    public enum Vintasoft.Imaging.Office.Vmf.VmfParagraphLineSpacingRule Specifies available rules for vertical indentation between lines.
    public enum Vintasoft.Imaging.Office.Vmf.VmfSectionBreakType Specifies available types of section break.


    Moved enumerations:

    public enum Vintasoft.Imaging.Office.OpenXml.HtmlDocumentFormat public enum Vintasoft.Imaging.Html.HtmlDocumentFormat


    API changes in Vintasoft.Imaging.Office.OpenXml.UI.dll

    New classes:

    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentContentBorderProperties Provides the properties of content border.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentContentBordersProperties Provides the properties of content borders.
    public abstract class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentContentProperties Represents a base class of the properties of a document content.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentContentShadingProperties Provides the properties of content shading.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentContentStyle Provides information about a document content style.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentContentStyleProperties Represents the properties of content style (combination of text and paragraph properties).
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentEditorControl Represents the WinForms control that allows to display and edit a document.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentInformationProperties Represents the properties of document information.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentPage Provides information about a document page.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentPageAppearance Provides the properties of document page appearance.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentPageBordersProperties Provides the properties of page borders.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentPageMarginProperties Represents the properties of a page margins.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentParagraphBordersProperties Provides the properties of paragraph borders.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentParagraphIndentationProperties Provides the properties of paragraph indentation.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentParagraphNumbering Provides information about a paragraph numeration.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentParagraphNumberingProperties Provides the properties of paragraph numbering.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentParagraphProperties Represents the properties of a document paragraph.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentParagraphSpacingProperties Provides the properties of paragraph spacing.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentSectionColumnsProperties Represents the properties of the section columns.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentSectionProperties Represents the properties of a document section.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentTextProperties Represents the properties of a document text.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentTextUnderlineProperties Represents the properties of a text underline.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentUnitsConverter Provides methods, which are used by a document for converting the units to/from a string.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentUriEventArgs Provide data for UriOpen event.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentVisualEditor Represents the VintaSoft control that allows to display and edit a document.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.Controls.DocumentEditor Represents the WinForms control that allows to display and edit a document. This WinForms control consists from main menu, DocumentEditorControl and footer.
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.Controls.DocumentEditorCopyPastePanel Provides a "Copy/Paste" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.Controls.DocumentEditorFilePanel Provides the "File" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.Controls.DocumentEditorInsertPanel Provides the "Insert" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.Controls.DocumentEditorMainMenuPanel Provides a "Main menu" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.Controls.DocumentEditorNavigationPanel Provides the "Navigation" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.Controls.DocumentEditorPageLayoutPanel Provides a "Page Layout" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.Controls.DocumentEditorPanel Represents a base UI panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.Controls.DocumentEditorParagraphPropertiesPanel Provides a "Paragraph Properties" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.UI.Controls.DocumentEditorTextPropertiesPanel Provides the panel, which allows to edit text properties, for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.Vmf.UI.VmfContentBookmarkInfo Provides information about bookmark in VMF document.
    public class Vintasoft.Imaging.Office.Vmf.UI.VmfContentElement Provides intormation about a content element of the VMF document.
    public abstract class Vintasoft.Imaging.Office.Vmf.UI.VmfContentFragmentInfo Provides information about fragment of content in VMF document.
    public class Vintasoft.Imaging.Office.Vmf.UI.VmfContentHyperlinkInfo Provides information about hyperlink in VMF document.
    public class Vintasoft.Imaging.Office.Vmf.UI.VmfContentInfo Contains information about content area of VMF document.
    public class Vintasoft.Imaging.Office.Vmf.UI.VmfContentLine Provides information about content line of VMF document.
    public class Vintasoft.Imaging.Office.Vmf.UI.VmfContentNonPrintableCharacter Provides information about non-printable symbol in content of VMF document.
    public class Vintasoft.Imaging.Office.Vmf.UI.VmfContentTableRow Provides information about content of table row.
    public class Vintasoft.Imaging.Office.Vmf.UI.VmfContentTextSymbol Provides information about text symbol in content of VMF document.


    Moved classes:

    public class Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs Moved to Vintasoft.Imaging.Office.UI namespace.
    public class Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ColorEventArgs Moved to Vintasoft.Imaging.Office.UI namespace.
    public class Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ExceptionActionEventArgs Moved to Vintasoft.Imaging.Office.UI namespace.
    public class Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.FilenameEventArgs Moved to Vintasoft.Imaging.Office.UI namespace.
    public class Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.PanelToolStripRenderer Moved to Vintasoft.Imaging.Office.UI namespace.


    Changed classes:

    Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.CopyPastePanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> ShowCellPasteSpecial public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> ShowCellPasteSpecial


    Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.FilePanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.FilenameEventArgs> OpenFileRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.FilenameEventArgs> OpenFileRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.FilenameEventArgs> SaveAsRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.FilenameEventArgs> SaveAsRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> SaveChangesRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> SaveChangesRequest


    Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.FontPropertiesPanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ColorEventArgs> ColorRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.ColorEventArgs> ColorRequest


    Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.FormulaPanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ExceptionActionEventArgs> EditCellFormulaError public event System.EventHandler<Vintasoft.Imaging.Office.UI.ExceptionActionEventArgs> EditCellFormulaError


    Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.NavigationPanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ColorEventArgs> ColorRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.ColorEventArgs> ColorRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> MoveWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> MoveWorksheet
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> RemoveWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> RemoveWorksheet
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> RenameWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> RenameWorksheet


    Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.SpreadsheetDocumentEditorControl
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ColorEventArgs> ColorRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.ColorEventArgs> ColorRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ExceptionActionEventArgs> EditCellFormulaError public event System.EventHandler<Vintasoft.Imaging.Office.UI.ExceptionActionEventArgs> EditCellFormulaError
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> MoveWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> MoveWorksheet
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ColorEventArgs> NavigationPanelColorRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.ColorEventArgs> NavigationPanelColorRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.FilenameEventArgs> OpenFileRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.FilenameEventArgs> OpenFileRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> RemoveWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> RemoveWorksheet
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> RenameWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> RenameWorksheet
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.FilenameEventArgs> SaveAsRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.FilenameEventArgs> SaveAsRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> SaveChangesRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> SaveChangesRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> ShowCellPasteSpecial public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> ShowCellPasteSpecial


    Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.SpreadsheetEditorMainMenuPanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ColorEventArgs> ColorRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.ColorEventArgs> ColorRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.FilenameEventArgs> OpenFileRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.FilenameEventArgs> OpenFileRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.FilenameEventArgs> SaveAsRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.FilenameEventArgs> SaveAsRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> SaveChangesRequest public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> SaveChangesRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.UI.Controls.ActionRequestEventArgs> ShowCellPasteSpecial public event System.EventHandler<Vintasoft.Imaging.Office.UI.ActionRequestEventArgs> ShowCellPasteSpecial


    New enumerations:

    public enum Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentContentBorderType pecifies available types of content border.
    public enum Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentViewMode Specifies available view modes for DocumentVisualEditor .
    public enum Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentContentEditorToolAction Specifies available navigation actions for the document content editor.




    API changes in Vintasoft.Imaging.Office.OpenXml.Wpf.UI.dll

    New classes:

    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditor Represents the WinForms control that allows to display and edit a document. This WPF control consists from main menu, DocumentEditorControl and footer.
    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditorControl Represents the WPF control that allows to display and edit a document.
    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditorCopyPastePanel Provides a "Copy/Paste" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditorFilePanel Provides the "File" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditorInsertPanel Provides the "Insert" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditorMainMenuPanel Provides a "Main menu" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditorNavigationPanel Provides the "Navigation" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditorPageLayoutPanel Provides a "Page Layout" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditorPanel Represents a base UI panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditorParagraphPropertiesPanel Provides a "Paragraph Properties" panel for DocumentVisualEditor .
    public class Vintasoft.Imaging.Office.DocumentEditor.Wpf.UI.WpfDocumentEditorTextPropertiesPanel Provides the panel, which allows to edit text properties, for DocumentVisualEditor .


    Moved classes:

    public class Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs Move to Vintasoft.Imaging.Office.Wpf.UI namespace.
    public class Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ColorEventArgs Move to Vintasoft.Imaging.Office.Wpf.UI namespace.
    public class Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ExceptionActionEventArgs Move to Vintasoft.Imaging.Office.Wpf.UI namespace.
    public class Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.FilenameEventArgs Move to Vintasoft.Imaging.Office.Wpf.UI namespace.


    Changed classes:

    Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.CopyPastePanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> ShowCellPasteSpecial public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> ShowCellPasteSpecial


    Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.FilePanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.FilenameEventArgs> OpenFileRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.FilenameEventArgs> OpenFileRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.FilenameEventArgs> SaveAsRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.FilenameEventArgs> SaveAsRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> SaveChangesRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> SaveChangesRequest


    Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.FontPropertiesPanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ColorEventArgs> ColorRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ColorEventArgs> ColorRequest


    Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.FormulaPanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ExceptionActionEventArgs> EditCellFormulaError public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ExceptionActionEventArgs> EditCellFormulaError


    Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.NavigationPanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ColorEventArgs> ColorRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ColorEventArgs> ColorRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> MoveWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> MoveWorksheet
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> RemoveWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> RemoveWorksheet
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> RenameWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> RenameWorksheet


    Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.SpreadsheetDocumentEditorControl
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ColorEventArgs> ColorRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ColorEventArgs> ColorRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ExceptionActionEventArgs> EditCellFormulaError public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ExceptionActionEventArgs> EditCellFormulaError
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> MoveWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> MoveWorksheet
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ColorEventArgs> NavigationPanelColorRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ColorEventArgs> NavigationPanelColorRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.FilenameEventArgs> OpenFileRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.FilenameEventArgs> OpenFileRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> RemoveWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> RemoveWorksheet
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> RenameWorksheet public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> RenameWorksheet
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.FilenameEventArgs> SaveAsRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.FilenameEventArgs> SaveAsRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> SaveChangesRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> SaveChangesRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> ShowCellPasteSpecial public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> ShowCellPasteSpecial


    Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.SpreadsheetEditorMainMenuPanel
    Changed events
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ColorEventArgs> ColorRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ColorEventArgs> ColorRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.FilenameEventArgs> OpenFileRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.FilenameEventArgs> OpenFileRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.FilenameEventArgs> SaveAsRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.FilenameEventArgs> SaveAsRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> SaveChangesRequest public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> SaveChangesRequest
    public event System.EventHandler<Vintasoft.Imaging.Office.Spreadsheet.Wpf.UI.Controls.ActionRequestEventArgs> ShowCellPasteSpecial public event System.EventHandler<Vintasoft.Imaging.Office.Wpf.UI.ActionRequestEventArgs> ShowCellPasteSpecial