menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentEditedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocumentEditedEventArgs

    This event arguments provides the necessary information about OnDocumentEdit Event

    Inheritance
    System.Object
    DocumentEditedEventArgs
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class DocumentEditedEventArgs : Object
    Remarks

    The DocumentEditedEventArgs class encapsulates information related to the editing of a document, allowing event subscribers to access relevant details when the DocumentEdited event is raised

    Constructors

    DocumentEditedEventArgs()

    Declaration
    public DocumentEditedEventArgs()

    Properties

    EditingAction

    Specifies the action that trigger the DocumentEdit event

    Declaration
    public EditingAction EditingAction { get; set; }
    Property Value
    Type
    EditingAction
    Remarks

    The EditingAction property represents the specific action or operation that resulted in the document being edited. It is an enumeration of possible editing actions for the annotation and formfiedls, such as 'Added', 'Updated', ‘Imported', or 'Deleted'

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved